diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-30 23:58:56 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-30 23:58:56 +0000 |
commit | cfb7e061c279b7adae8ec8f8161d9d56fc4e043f (patch) | |
tree | 883344531c208d910d8f21b7685e343675cae82e /remoting/host/branding.cc | |
parent | 657cab96e02528adfe513c90c4f07a036d92bfe6 (diff) | |
download | chromium_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.cc | 4 |
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; |