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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1260033003: Partially componentize //chrome/browser/search/search.{h,cc} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 5 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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 267131f08ae03c7962950fa2631fa06d97d9ba82..1bc77ded8bfe8d019f4f1cc4b3e0917e69503a9b 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -506,9 +506,6 @@ const char kEnablePrintPreviewRegisterPromos[] =
// during chrome_browser_main.
const char kEnableProfiling[] = "enable-profiling";
-// Enables query in the omnibox.
-const char kEnableQueryExtraction[] = "enable-query-extraction";
-
// Enables support for the QUIC protocol. This is a temporary testing flag.
const char kEnableQuic[] = "enable-quic";
@@ -1206,9 +1203,6 @@ const char kEnableZeroSuggestMostVisited[] =
const char kEnableZeroSuggestMostVisitedWithoutSerp[] =
"enable-zero-suggest-most-visited-without-serp";
-// Triggers prerendering of search base page to prefetch results for the typed
-// omnibox query. Only has an effect when prerender is enabled.
-const char kPrefetchSearchResults[] = "prefetch-search-results";
#endif // defined(OS_ANDROID)
#if defined(USE_ASH)

Powered by Google App Engine
This is Rietveld 408576698