commit | cfb7e061c279b7adae8ec8f8161d9d56fc4e043f | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Mar 30 23:58:56 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Mar 30 23:58:56 2012 |
tree | 883344531c208d910d8f21b7685e343675cae82e | |
parent | 657cab96e02528adfe513c90c4f07a036d92bfe6 [diff] [blame] |
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();