| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 08e6e5079aa9acf5c652cef528d39b54ab07e675..a9e10833b6225f2cc7ecf78d03704357fae1509c 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -431,9 +431,6 @@ const char kProcessType[] = "type";
|
| // Register Pepper plugins (see pepper_plugin_registry.cc for its format).
|
| const char kRegisterPepperPlugins[] = "register-pepper-plugins";
|
|
|
| -// Enable remote debug / automation shell on the specified port.
|
| -const char kRemoteShellPort[] = "remote-shell-port";
|
| -
|
| // Causes the renderer process to throw an assertion on launch.
|
| const char kRendererAssertTest[] = "renderer-assert-test";
|
|
|
|
|