summaryrefslogtreecommitdiffstats
path: root/components/search/search.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/search/search.cc')
-rw-r--r--components/search/search.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/search/search.cc b/components/search/search.cc
index 654ec55..1d0d6ada 100644
--- a/components/search/search.cc
+++ b/components/search/search.cc
@@ -178,7 +178,7 @@ std::string ForceInstantResultsParam(bool for_prerender) {
bool IsQueryExtractionEnabled() {
#if defined(OS_IOS) || defined(OS_ANDROID)
- return true;
+ return false;
#else
if (!IsInstantExtendedAPIEnabled())
return false;