| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 320a6df31fd6205c5e56f1df197e50dc0e65af0d..da3e5d93b133095c265131b0566a87da0dac26cb 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -560,6 +560,11 @@ const char kRegisterPepperPlugins[] = "register-pepper-plugins";
|
| // Enables remote debug over HTTP on the specified port.
|
| const char kRemoteDebuggingPort[] = "remote-debugging-port";
|
|
|
| +#if defined(OS_ANDROID)
|
| +// Enables remote debug over HTTP on the specified socket name.
|
| +const char kRemoteDebuggingSocketName[] = "remote-debugging-socket-name";
|
| +#endif
|
| +
|
| // Causes the renderer process to throw an assertion on launch.
|
| const char kRendererAssertTest[] = "renderer-assert-test";
|
|
|
|
|