Chromium Code Reviews| 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); |