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

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 Pedro's comments on naming methods in ContextualSearchApiController. 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 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";

Powered by Google App Engine
This is Rietveld 408576698