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

Unified Diff: components/search/search_switches.cc

Issue 2211983002: Remove search::IsQueryExtractionEnabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_prefetch_non_default
Patch Set: remove more tests 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: components/search/search_switches.cc
diff --git a/components/search/search_switches.cc b/components/search/search_switches.cc
index 6d4b47d31a260105c234782dffd2575e76543afc..b8026033f9f355620bcc94fd1292f389aae232ed 100644
--- a/components/search/search_switches.cc
+++ b/components/search/search_switches.cc
@@ -18,11 +18,4 @@ const char kPrefetchSearchResults[] = "prefetch-search-results";
#endif
-#if !defined(OS_ANDROID) && !defined(OS_IOS)
-
-// Enables query in the omnibox.
-const char kEnableQueryExtraction[] = "enable-query-extraction";
-
-#endif
-
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698