Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 4cd46b753db48d78b11d06127087dd36c29fed51..2fd0dde8176da9b33371726e89f7a4b3e9cb243d 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1137,6 +1137,9 @@ const char kWinJumplistAction[] = "win-jumplist-action"; |
// Android authentication account type for SPNEGO authentication |
const char kAuthAndroidNegotiateAccountType[] = "auth-spnego-account-type"; |
+// Marks a renderer as a process that hosts the Contextual Search JS API. |
+const char kContextualSearchProcess[] = "contextual-search-process"; |
+ |
// Disables Contextual Search. |
const char kDisableContextualSearch[] = "disable-contextual-search"; |