diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-01 18:27:55 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-01 18:27:55 +0000 |
commit | afc05ab382ebc47e88efeb1384c20f4a50326af6 (patch) | |
tree | 189d1e70b0c1cd880d5ab8f266b683c3e419cbd6 /chrome/common/chrome_switches.cc | |
parent | 834a6a109409de82662d29e0495a23872050812f (diff) | |
download | chromium_src-afc05ab382ebc47e88efeb1384c20f4a50326af6.zip chromium_src-afc05ab382ebc47e88efeb1384c20f4a50326af6.tar.gz chromium_src-afc05ab382ebc47e88efeb1384c20f4a50326af6.tar.bz2 |
Start Chromoting Host Process in Chrome Service
Enable chromoting host process if chrome is started with
--type=service --enable-chromoting
BUG=none
TEST=chrome --type=service --enable-chromoting
Review URL: http://codereview.chromium.org/2813038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51393 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index e77bee5..3b1625b 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -275,6 +275,10 @@ const char kEnableAuthNegotiatePort[] = "enable-auth-negotiate-port"; const char kEnableBenchmarking[] = "enable-benchmarking"; // This applies only when the process type is "service". Enables the +// Chromoting Host Process within the service process. +const char kEnableChromoting[] = "enable-chromoting"; + +// This applies only when the process type is "service". Enables the // Cloud Print Proxy component within the service process. const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy"; |