Chromium Code Reviews| Index: chrome/browser/autocomplete/search_provider_unittest.cc |
| diff --git a/chrome/browser/autocomplete/search_provider_unittest.cc b/chrome/browser/autocomplete/search_provider_unittest.cc |
| index 85af7c6286c31ffc132d475e81270249c2d1ffbf..cdc7a24ebaa07bf08ee58d5fb1223b2736e33ed8 100644 |
| --- a/chrome/browser/autocomplete/search_provider_unittest.cc |
| +++ b/chrome/browser/autocomplete/search_provider_unittest.cc |
| @@ -151,10 +151,6 @@ void SearchProviderTest::SetUp() { |
| profile_.BlockUntilHistoryProcessesPendingRequests(); |
| provider_ = new SearchProvider(this, &profile_); |
| - |
| - // Prevent the Instant field trial from kicking in. |
| - PrefService* service = profile_.GetPrefs(); |
| - service->SetBoolean(prefs::kInstantEnabledOnce, true); |
|
Peter Kasting
2011/08/15 21:46:49
Do other instances of this pref also need to be re
sreeram
2011/08/15 22:54:48
Nope, there are only two other places this pref is
|
| } |
| void SearchProviderTest::OnProviderUpdate(bool updated_matches) { |