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

Unified Diff: chrome/browser/ui/search/instant_ntp_prerenderer_unittest.cc

Issue 73613002: InstantExtended: remove old flags, add new flag for query extraction. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo Created 7 years, 1 month 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/ui/search/instant_ntp_prerenderer_unittest.cc
diff --git a/chrome/browser/ui/search/instant_ntp_prerenderer_unittest.cc b/chrome/browser/ui/search/instant_ntp_prerenderer_unittest.cc
index 31a9888ef9b66643111edf634d372f6a88762bc2..f45a45b34e5d14f7dc68d61858a2fc64282d272d 100644
--- a/chrome/browser/ui/search/instant_ntp_prerenderer_unittest.cc
+++ b/chrome/browser/ui/search/instant_ntp_prerenderer_unittest.cc
@@ -125,7 +125,6 @@ private:
class InstantNTPPrerendererTest : public testing::Test {
public:
virtual void SetUp() OVERRIDE {
- chrome::EnableInstantExtendedAPIForTesting();
instant_service_ = InstantServiceFactory::GetForProfile(&profile_);
instant_ntp_prerenderer_.reset(
new TestableInstantNTPPrerenderer(&profile_, instant_service_));

Powered by Google App Engine
This is Rietveld 408576698