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

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: Rebase. 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 2139512f6b72434002201b91e77232f0952edcec..289d21a83e38d9468789ff50675fa5156f939da8 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";
@@ -640,10 +637,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
@@ -721,6 +714,9 @@ const char kEnablePrivetLocalPrinting[] = "enable-privet-local-printing";
// 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";
« chrome/browser/search/search_unittest.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698