| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 455b2bb9e204097ff85f32db71a0a6a12e07825c..e2f011574cb00d2087cedeb6c1b0fbb6c2c7e5b9 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";
|
|
|
| @@ -1215,10 +1212,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";
|
| -
|
| // Specifies Android phone page loading progress bar animation.
|
| const char kProgressBarAnimation[] = "progress-bar-animation";
|
| #endif // defined(OS_ANDROID)
|
|
|