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

Unified Diff: chrome/browser/autocomplete/search_provider_unittest.cc

Issue 7649030: Remove unnecessary prefs::kInstantEnabledOnce. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698