| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index c82195aff49302e3f16659909561c6d7f917448d..f6b5b67e334e010b327cb010efc02a7b471652e5 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -512,7 +512,8 @@ const char kEnableFileCookies[] = "enable-file-cookies";
|
| // Enables Google Now integration.
|
| const char kEnableGoogleNowIntegration[] = "enable-google-now-integration";
|
|
|
| -// Enable Instant extended API.
|
| +// 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
|
| @@ -599,9 +600,6 @@ const char kEnablePnacl[] = "enable-pnacl";
|
| // during chrome_browser_main.
|
| const char kEnableProfiling[] = "enable-profiling";
|
|
|
| -// Enables query extraction 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";
|
|
|
|
|