| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 31ee2363efae1a73c648d90a8e26b798663d301f..943e56b50f72cb4bdb82dc5a719697d5295f2552 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -292,7 +292,7 @@ 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";
|
| +const char kEnableRemoting[] = "enable-remoting";
|
|
|
| // Enable click-to-play for blocked plugins.
|
| const char kEnableClickToPlay[] = "enable-click-to-play";
|
|
|