| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 9e092171ebcd4ea433512d516a305e5eafc0e7f6..1fcc12e95e92c5d3f1dec629b9c0170b6b5507bf 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -355,9 +355,6 @@ const char kDisableExtensionsHttpThrottling[] =
|
| const char kDisableExtensionsResourceWhitelist[] =
|
| "disable-extensions-resource-whitelist";
|
|
|
| -// Disable Instant extended API.
|
| -const char kDisableInstantExtendedAPI[] = "disable-instant-extended-api";
|
| -
|
| // Disables improved SafeBrowsing download protection.
|
| const char kDisableImprovedDownloadProtection[] =
|
| "disable-improved-download-protection";
|
| @@ -373,9 +370,6 @@ const char kDisableIPv6[] = "disable-ipv6";
|
| // attempt to use the existing connection.
|
| const char kDisableIPPooling[] = "disable-ip-pooling";
|
|
|
| -// Disable always using the local NTP for the first NTP load of a new window.
|
| -const char kDisableLocalFirstLoadNTP[] = "disable-local-first-load-ntp";
|
| -
|
| // Disable the behavior that the second click on a launcher item (the click when
|
| // the item is already active) minimizes the item.
|
| const char kDisableMinimizeOnSecondLauncherItemClick[] =
|
| @@ -624,10 +618,6 @@ const char kEnableGoogleNowIntegration[] = "enable-google-now-integration";
|
| // Enable HTTP/2 draft 04. This is a temporary testing flag.
|
| const char kEnableHttp2Draft04[] = "enable-http2-draft-04";
|
|
|
| -// 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
|
| @@ -642,9 +632,6 @@ const char kEnableIPCFuzzing[] = "enable-ipc-fuzzing";
|
| // attempt to use the existing connection.
|
| const char kEnableIPPooling[] = "enable-ip-pooling";
|
|
|
| -// Enable always using the local NTP for the first NTP load of a new window.
|
| -const char kEnableLocalFirstLoadNTP[] = "enable-local-first-load-ntp";
|
| -
|
| // Enables support for user profiles that are managed by another user and can
|
| // have restrictions applied.
|
| const char kEnableManagedUsers[] = "enable-managed-users";
|
| @@ -708,6 +695,9 @@ const char kDisablePnaclInstall[] = "disable-pnacl-install";
|
| // 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";
|
|
|
|
|