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

Unified Diff: chrome/browser/search_engines/template_url.cc

Issue 24733003: Update defaults for InstantExtended. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unused. 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/search_engines/template_url.cc
diff --git a/chrome/browser/search_engines/template_url.cc b/chrome/browser/search_engines/template_url.cc
index b70748c1604513be7aba0793b579a6967b6c9e48..09edb3ef5a708a5d142e42fa5ebd14f84b8ca76b 100644
--- a/chrome/browser/search_engines/template_url.cc
+++ b/chrome/browser/search_engines/template_url.cc
@@ -189,7 +189,7 @@ bool IsTemplateParameterString(const std::string& param) {
bool ShowingSearchTermsOnSRP() {
return chrome::IsInstantExtendedAPIEnabled() &&
- !chrome::ShouldSuppressInstantExtendedOnSRP();
+ chrome::IsQueryExtractionEnabled();
}
} // namespace
« no previous file with comments | « chrome/browser/search/search_unittest.cc ('k') | chrome/browser/sessions/persistent_tab_restore_service_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698