| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index b9cf1a12da420c93faca96d87a623d943583255a..1b82b803fe5959de3c99392fe7a9b0ea4fdfb30e 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -351,9 +351,6 @@ const char kDisableExtensionsResourceWhitelist[] =
|
| // Disables Google Now integration.
|
| const char kDisableGoogleNowIntegration[] = "disable-google-now-integration";
|
|
|
| -// Disable Instant extended API.
|
| -const char kDisableInstantExtendedAPI[] = "disable-instant-extended-api";
|
| -
|
| // Disables improved SafeBrowsing download protection.
|
| const char kDisableImprovedDownloadProtection[] =
|
| "disable-improved-download-protection";
|
| @@ -636,10 +633,6 @@ const char kEnableHttp2Draft04[] = "enable-http2-draft-04";
|
| // Enables the inline sign in flow on Chrome desktop.
|
| const char kEnableInlineSignin[] = "enable-inline-signin";
|
|
|
| -// Enable Instant extended API. On mobile, this merely enables query extraction,
|
| -// not the rest of the instant-extended functionality.
|
| -const char kEnableInstantExtendedAPI[] = "enable-instant-extended-api";
|
| -
|
| // Enables IPv6 support, even if probes suggest that it may not be fully
|
| // supported. Some probes may require internet connections, and this flag will
|
| // allow support independent of application testing. This flag overrides
|
| @@ -720,6 +713,9 @@ const char kEnableProfiling[] = "enable-profiling";
|
| // Enables forwarding preconnection hints to suitable proxy servers.
|
| const char kEnableProxyPreconnectHints[] = "enable-proxy-preconnect-hints";
|
|
|
| +// 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";
|
|
|
|
|