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

Unified Diff: components/search/search_switches.h

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.h
diff --git a/components/search/search_switches.h b/components/search/search_switches.h
index 46208e0711e6b9c12bd0495479badb5a3675dc36..ada2e1727b2626b49b716364dd4d3783c6c18f91 100644
--- a/components/search/search_switches.h
+++ b/components/search/search_switches.h
@@ -14,10 +14,6 @@ extern const char kEnableEmbeddedSearchAPI[];
extern const char kPrefetchSearchResults[];
#endif
-#if !defined(OS_ANDROID) && !defined(OS_IOS)
-extern const char kEnableQueryExtraction[];
-#endif
-
} // namespace switches
#endif // COMPONENTS_SEARCH_SEARCH_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698