summaryrefslogtreecommitdiffstats
path: root/chrome/service
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/service')
-rw-r--r--chrome/service/service_main.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/service/service_main.cc b/chrome/service/service_main.cc
index e44521e..8994c12 100644
--- a/chrome/service/service_main.cc
+++ b/chrome/service/service_main.cc
@@ -62,7 +62,7 @@ int ServiceProcessMain(const MainFunctionParams& parameters) {
scoped_refptr<remoting::JsonHostConfig> chromoting_config;
scoped_ptr<remoting::ChromotingHostContext> chromoting_context;
scoped_refptr<remoting::ChromotingHost> chromoting_host;
- if (parameters.command_line_.HasSwitch(switches::kEnableChromoting)) {
+ if (parameters.command_line_.HasSwitch(switches::kEnableRemoting)) {
chromoting_config = new remoting::JsonHostConfig(
chromoting_config_path,
service_process.file_thread()->message_loop_proxy());
@@ -94,4 +94,3 @@ int ServiceProcessMain(const MainFunctionParams& parameters) {
return 0;
}
-