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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1385663002: [Contextual Search] Add Mojo-enabled API component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Kausalya's comments, added TODO and bug reference for transition from JS to a better way. Created 5 years, 2 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
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";

Powered by Google App Engine
This is Rietveld 408576698