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

Unified Diff: chrome/common/pref_names.h

Issue 10989006: Upstream USB web debugging enabled user pref. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « chrome/browser/profiles/profile.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 02bdd1570d8e2d58368a84aae1fbdaf9e9ecd851..fe6f435a5075f01dff739ab56dfed62f2d090c0e 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -545,6 +545,9 @@ extern const char kDevToolsOpenDocked[];
extern const char kDevToolsDockSide[];
extern const char kDevToolsHSplitLocation[];
extern const char kDevToolsVSplitLocation[];
+#if defined(OS_ANDROID)
+extern const char kDevToolsRemoteEnabled[];
Nico 2012/09/24 22:57:17 Can you order the kDevToolsIs* prefs alphabeticall
shashi 2012/09/24 23:21:26 Done.
+#endif
extern const char kDevToolsEditedFiles[];
extern const char kSyncLastSyncedTime[];
« no previous file with comments | « chrome/browser/profiles/profile.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698