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..0a3f5cb9c417dbccec559c9b91db49b2ed2bdfd9 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) |
+CONTENT_EXPORT extern const char kRemoteDebuggingSocketName[]; |
+#endif |
CONTENT_EXPORT extern const char kRendererAssertTest[]; |
extern const char kRendererCmdPrefix[]; |
CONTENT_EXPORT extern const char kRendererProcess[]; |