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

Unified Diff: chrome/common/chrome_switches.h

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/browser/ui/views/location_bar/location_bar_view.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index d0c9c46c4b566ca9cefc7bde476a4fd8f866911e..8deb4e92b58b42685a59ded6625be69ffe429d18 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -180,11 +180,13 @@ extern const char kKioskModePrinting[];
extern const char kLoadComponentExtension[];
extern const char kLoadExtension[];
extern const char kMakeDefaultBrowser[];
-extern const char kMaterialSecurityVerbose[];
-extern const char kMaterialSecurityVerboseShowAllAnimated[];
-extern const char kMaterialSecurityVerboseShowAllNonAnimated[];
-extern const char kMaterialSecurityVerboseShowNonSecureAnimated[];
-extern const char kMaterialSecurityVerboseShowNonSecureNonAnimated[];
+extern const char kSecurityChip[];
+extern const char kSecurityChipShowNonSecureOnly[];
+extern const char kSecurityChipShowAll[];
+extern const char kSecurityChipAnimation[];
+extern const char kSecurityChipAnimationNone[];
+extern const char kSecurityChipAnimationNonSecureOnly[];
+extern const char kSecurityChipAnimationAll[];
extern const char kMediaCacheSize[];
extern const char kMediaRouter[];
extern const char kMetricsRecordingOnly[];
« no previous file with comments | « chrome/browser/ui/views/location_bar/location_bar_view.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698