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

Unified Diff: chrome/common/chrome_switches.cc

Issue 304253005: Make the contextual search flag tri-state. This allows users to opt-out even if they're in the Fin… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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 f2cc1e94e907120a2d4e99806a2b52b52ba6252b..cc910eb188ae5c13618673d1978ff6b4a6b5a2f3 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1273,6 +1273,9 @@ const char kPluginsMetadataServerURL[] = "plugins-metadata-server-url";
// Disables support for playing videos on Chromecast devices.
const char kDisableCast[] = "disable-cast";
+// Disables Contextual Search.
+const char kDisableContextualSearch[] = "disable-contextual-search";
+
// Disables the new NTP.
const char kDisableNewNTP[] = "disable-new-ntp";
@@ -1286,8 +1289,8 @@ const char kEnableAccessibilityTabSwitcher[] =
// Enables app install alerts.
const char kEnableAppInstallAlerts[] = "enable-app-install-alerts";
-// Enables Contextual Search
-const char kEnableContextualSearch[] = "contextual-search";
+// Enables Contextual Search.
+const char kEnableContextualSearch[] = "enable-contextual-search";
// Enables the new NTP.
const char kEnableNewNTP[] = "enable-new-ntp";
« 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