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

Unified Diff: chrome/common/chrome_switches.cc

Issue 12319124: Enable query extraction for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed build errors Created 7 years, 9 months 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') | no next file » | 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 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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698