Chromoting: The me2me host is now configurable from the web UI on Windows.

Review URL: https://chromiumcodereview.appspot.com/9953002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129999 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/remoting/host/branding.h b/remoting/host/branding.h
index df44732..e780bc35 100644
--- a/remoting/host/branding.h
+++ b/remoting/host/branding.h
@@ -9,6 +9,11 @@
 
 namespace remoting {
 
+#if defined(OS_WIN)
+// Windows chromoting service name.
+extern const char kWindowsServiceName[];
+#endif
+
 // Returns the location of the host configuration directory.
 FilePath GetConfigDir();