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

Unified Diff: chrome/common/chrome_switches.h

Issue 2491403002: Add a feature flag for the security verbose (Closed)
Patch Set: Fix compile issues Created 4 years, 1 month 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_features.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 bcc335096f617cafa3be37ef9ceedff01fbf593a..84f39de05bb7bcdf0291bee59574825f4d179a43 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -241,6 +241,12 @@ extern const char kSbDisableAutoUpdate[];
extern const char kSbDisableDownloadProtection[];
extern const char kSbDisableExtensionBlacklist[];
extern const char kSbManualDownloadBlacklist[];
+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 kServiceProcess[];
extern const char kShowAppList[];
extern const char kSilentDebuggerExtensionAPI[];
« no previous file with comments | « chrome/common/chrome_features.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698