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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2351003003: [omnibox] Support new flags for security chip (Closed)
Patch Set: Created 4 years, 3 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 36b6d48046a2c14c0d9c31a3c0636104796fc7ef..6f11aadb513d30e723ef612ff0eb70bc21ef8178 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -630,6 +630,16 @@ const char kLoadExtension[] = "load-extension";
// Makes Chrome default browser
const char kMakeDefaultBrowser[] = "make-default-browser";
+// Changes security chip behavior.
+const char kMaterialSecurityVerbose[] = "material-security-verbose";
Peter Kasting 2016/09/20 20:52:09 Nit: If we're mucking with this stuff anyway and i
Kevin Bailey 2016/09/21 04:05:01 Works for me. I'll put in separate CL to coordinat
+const char kMaterialSecurityVerboseShowAllAnimated[] = "show-all-animated";
+const char kMaterialSecurityVerboseShowAllNonAnimated[] =
+ "show-all-nonanimated";
+const char kMaterialSecurityVerboseShowNonSecureAnimated[] =
+ "show-nonsecure-animated";
+const char kMaterialSecurityVerboseShowNonSecureNonAnimated[] =
+ "show-nonsecure-nonanimated";
+
// Forces the maximum disk space to be used by the media cache, in bytes.
const char kMediaCacheSize[] = "media-cache-size";
@@ -1185,15 +1195,6 @@ const char kEnableTranslateNewUX[] = "enable-translate-new-ux";
// behavior is to also quit all hosted apps.
const char kHostedAppQuitNotification[] = "enable-hosted-app-quit-notification";
-const char kMaterialSecurityVerbose[] = "material-security-verbose";
-const char kMaterialSecurityVerboseShowAllAnimated[] = "show-all-animated";
-const char kMaterialSecurityVerboseShowAllNonAnimated[] =
- "show-all-nonanimated";
-const char kMaterialSecurityVerboseShowNonSecureAnimated[] =
- "show-nonsecure-animated";
-const char kMaterialSecurityVerboseShowNonSecureNonAnimated[] =
- "show-nonsecure-nonanimated";
-
// This is how the metrics client ID is passed from the browser process to its
// children. With Crashpad, the metrics client ID is distinct from the crash
// client ID.
« chrome/browser/ui/views/location_bar/location_bar_view.h ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698