Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1130)

Unified Diff: content/public/common/content_switches.h

Issue 14301005: Android: Use a different socketname for devtools in content_browsertests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/public/common/content_switches.cc » ('j') | content/shell/shell_devtools_delegate.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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[];
« no previous file with comments | « no previous file | content/public/common/content_switches.cc » ('j') | content/shell/shell_devtools_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698