summaryrefslogtreecommitdiffstats
path: root/remoting/host/branding.h
diff options
context:
space:
mode:
authoralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-30 23:58:56 +0000
committeralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-30 23:58:56 +0000
commitcfb7e061c279b7adae8ec8f8161d9d56fc4e043f (patch)
tree883344531c208d910d8f21b7685e343675cae82e /remoting/host/branding.h
parent657cab96e02528adfe513c90c4f07a036d92bfe6 (diff)
downloadchromium_src-cfb7e061c279b7adae8ec8f8161d9d56fc4e043f.zip
chromium_src-cfb7e061c279b7adae8ec8f8161d9d56fc4e043f.tar.gz
chromium_src-cfb7e061c279b7adae8ec8f8161d9d56fc4e043f.tar.bz2
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
Diffstat (limited to 'remoting/host/branding.h')
-rw-r--r--remoting/host/branding.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/remoting/host/branding.h b/remoting/host/branding.h
index df44732..e780bc3 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();