| 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)
|
|
|