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

Unified Diff: chrome/common/chrome_switches.cc

Issue 266263002: [OriginChip] Add an option to display only on search result pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to comments Created 6 years, 7 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index cf971ac9f671b8047f4a73f1650cb56bc525da82..f4ccc32a2aaf389696f89d845aabb4d98d805cfb 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -577,6 +577,7 @@ const char kEnableOriginChipV2HideOnMouseRelease[] =
"enable-origin-chip-v2-hide-on-mouse-release";
const char kEnableOriginChipV2HideOnUserInput[] =
"enable-origin-chip-v2-hide-on-user-input";
+const char kEnableOriginChipV2OnSrp[] = "enable-origin-chip-v2-on-srp";
// Enables panels (always on-top docked pop-up windows).
const char kEnablePanels[] = "enable-panels";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698