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"; |