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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2378623007: [Material] Update Material Security Verbose Decoration Flag (Closed)
Patch Set: Rebased again Created 4 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
« 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 0c51b3cd64bdeadc7005a0fd549e97051b8f50f9..22dfac971b1fe48ae6d700f30266664f38d38e8a 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -624,15 +624,15 @@ 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";
-const char kMaterialSecurityVerboseShowAllAnimated[] = "show-all-animated";
-const char kMaterialSecurityVerboseShowAllNonAnimated[] =
- "show-all-nonanimated";
-const char kMaterialSecurityVerboseShowNonSecureAnimated[] =
- "show-nonsecure-animated";
-const char kMaterialSecurityVerboseShowNonSecureNonAnimated[] =
- "show-nonsecure-nonanimated";
+extern const char kSecurityChip[] = "security-chip";
+extern const char kSecurityChipShowNonSecureOnly[] = "show-nonsecure-only";
+extern const char kSecurityChipShowAll[] = "show-all";
+
+extern const char kSecurityChipAnimation[] = "security-chip-animation";
+extern const char kSecurityChipAnimationNone[] = "none";
+extern const char kSecurityChipAnimationNonSecureOnly[] =
+ "animate-nonsecure-only";
+extern const char kSecurityChipAnimationAll[] = "animate-all";
// Forces the maximum disk space to be used by the media cache, in bytes.
const char kMediaCacheSize[] = "media-cache-size";
« 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