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

Unified Diff: chrome/browser/net/net_pref_observer.cc

Issue 7283018: Introduce a policy to control the maximal number of connections per proxy server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved setting that policy to a really early point in the initialization of the system. Created 9 years, 6 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/net/net_pref_observer.cc
diff --git a/chrome/browser/net/net_pref_observer.cc b/chrome/browser/net/net_pref_observer.cc
index 8a0d08e72032152cd7c1d5923063ba71e0b261d0..e97f96f33de409c73887d15523c032db734685c4 100644
--- a/chrome/browser/net/net_pref_observer.cc
+++ b/chrome/browser/net/net_pref_observer.cc
@@ -84,7 +84,6 @@ void NetPrefObserver::RegisterPrefs(PrefService* prefs) {
prefs->RegisterBooleanPref(prefs::kHttpThrottlingMayExperiment,
true,
PrefService::UNSYNCABLE_PREF);
pastarmovj 2011/07/08 10:49:39 Put back the new line here (reduce turbulence in c
-
// This is the earliest point at which we can set up the trial, as
// it relies on prefs for parameterization.
CreateHttpThrottlingTrial(prefs);

Powered by Google App Engine
This is Rietveld 408576698