summaryrefslogtreecommitdiffstats
path: root/remoting/host/branding.cc
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.cc
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.cc')
-rw-r--r--remoting/host/branding.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/host/branding.cc b/remoting/host/branding.cc
index 0c3f38a..2e55190 100644
--- a/remoting/host/branding.cc
+++ b/remoting/host/branding.cc
@@ -34,6 +34,10 @@ const FilePath::CharType kConfigDir[] =
namespace remoting {
+#if defined(OS_WIN)
+const char kWindowsServiceName[] = "chromoting";
+#endif
+
FilePath GetConfigDir() {
FilePath app_data_dir;