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

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

Issue 10985083: Upstreaming SpdyProxy-related switches, OTR logic, and histograms (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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
Index: chrome/browser/profiles/profile.cc
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
index 69d59adba5e5e83913801427f54649fd9260a94c..302ddd85cf688ce4ed9470f13b7e35ca180fb4cb 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::kSpdyProxyEnabled,
+ false,
+ PrefService::UNSYNCABLE_PREF);
+#endif
+
}

Powered by Google App Engine
This is Rietveld 408576698