Index: chrome/service/service_main.cc |
diff --git a/chrome/service/service_main.cc b/chrome/service/service_main.cc |
index e44521e2e44ee8774651094333f151072d4568fa..8994c12db2ae0942978a17f20fa55a7aa4dd9f28 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; |
} |
- |