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

Unified Diff: chrome/browser/profiles/profile.cc

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 | « no previous file | chrome/common/pref_names.h » ('j') | chrome/common/pref_names.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile.cc
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
index 69d59adba5e5e83913801427f54649fd9260a94c..212ffd1e45b52f3dd3780139e3f0b055d5205ee6 100644
--- a/chrome/browser/profiles/profile.cc
+++ b/chrome/browser/profiles/profile.cc
@@ -95,6 +95,13 @@ void Profile::RegisterUserPrefs(PrefService* prefs) {
"",
PrefService::UNSYNCABLE_PREF);
#endif
+
+#if defined(OS_ANDROID)
+ prefs->RegisterBooleanPref(prefs::kDevToolsRemoteEnabled,
+ false,
+ PrefService::UNSYNCABLE_PREF);
+#endif
+
}
« no previous file with comments | « no previous file | chrome/common/pref_names.h » ('j') | chrome/common/pref_names.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698