Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8410)

Unified Diff: chrome/common/chrome_switches.cc

Issue 73613002: InstantExtended: remove old flags, add new flag for query extraction. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698