Chromium Code Reviews| Index: content/public/common/content_switches.h |
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h |
| index 1194fb7416b0b371d00af4e042fa48d7c9ac71f2..bf4244145b7774cca4c708448f901b0da5bacac4 100644 |
| --- a/content/public/common/content_switches.h |
| +++ b/content/public/common/content_switches.h |
| @@ -171,6 +171,9 @@ CONTENT_EXPORT extern const char kProcessPerTab[]; |
| CONTENT_EXPORT extern const char kProcessType[]; |
| CONTENT_EXPORT extern const char kRegisterPepperPlugins[]; |
| CONTENT_EXPORT extern const char kRemoteDebuggingPort[]; |
| +#if defined(OS_ANDROID) |
| +extern const char kRemoteDebuggingSocketName[]; |
|
jochen (gone - plz use gerrit)
2013/04/16 19:39:29
this should go into content/shell/shell_switches.*
nilesh
2013/04/16 20:50:53
I was thinking that this can be used to enable rem
|
| +#endif |
| CONTENT_EXPORT extern const char kRendererAssertTest[]; |
| extern const char kRendererCmdPrefix[]; |
| CONTENT_EXPORT extern const char kRendererProcess[]; |