| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index c8667c800adca0a2b394665087d8e06a6b9a5853..331319d281166ff39a3dce2922cb5ca77627f157 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -469,10 +469,6 @@ const char kEnableNaClDebug[] = "enable-nacl-debug";
|
| // Enables TLS origin bound certificate extension.
|
| const char kEnableOriginBoundCerts[] = "enable-origin-bound-certs";
|
|
|
| -// This applies only when the process type is "service". Enables the
|
| -// Chromoting Host Process within the service process.
|
| -const char kEnableRemoting[] = "enable-remoting";
|
| -
|
| // Enable content settings based on host *and* plug-in.
|
| const char kEnableResourceContentSettings[] =
|
| "enable-resource-content-settings";
|
|
|