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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2336423002: [Material][Mac] Flag and clean for the Security State Decoration (Closed)
Patch Set: Fix for rsesek, hide EV cert along with secure 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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 59bd87f5e01856f69cdeeac232b91cbe38358343..36b6d48046a2c14c0d9c31a3c0636104796fc7ef 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1185,6 +1185,15 @@ 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.
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698