Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 63dcf0b81cef4d024c5e93c74ea5713724491e8d..ac98aabecc73867804fb3bd89cab207da5275821 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1151,6 +1151,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"; |