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

Unified Diff: chrome/browser/ui/browser_instant_controller_unittest.cc

Issue 2211983002: Remove search::IsQueryExtractionEnabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_prefetch_non_default
Patch Set: Android Created 4 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
Index: chrome/browser/ui/browser_instant_controller_unittest.cc
diff --git a/chrome/browser/ui/browser_instant_controller_unittest.cc b/chrome/browser/ui/browser_instant_controller_unittest.cc
index 8e6127fcf6079625c2a5729084e6a0da6fc60e32..f139f21aaebab75a9a7d33f17e3afd5b18dee05c 100644
--- a/chrome/browser/ui/browser_instant_controller_unittest.cc
+++ b/chrome/browser/ui/browser_instant_controller_unittest.cc
@@ -54,7 +54,7 @@ const TabReloadTestCase kTabReloadTestCasesFinalProviderNotGoogle[] = {
{"Remote Embedded NTP", "https://www.google.com/newtab",
true, true, false, false},
{"Remote Embedded SERP", "https://www.google.com/url?strk&bar=search+terms",
- true, true, false, false},
+ false, false, false, false},
{"Other NTP", "https://bar.com/newtab",
false, false, false, false}
};
@@ -66,7 +66,7 @@ const TabReloadTestCase kTabReloadTestCasesFinalProviderGoogle[] = {
{"Remote Embedded NTP", "https://www.google.com/newtab",
true, false, true, true},
{"Remote Embedded SERP", "https://www.google.com/url?strk&bar=search+terms",
- true, true, false, false},
+ false, false, false, false},
{"Other NTP", "https://bar.com/newtab",
false, false, false, false}
};

Powered by Google App Engine
This is Rietveld 408576698