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

Unified Diff: chrome/common/chrome_switches.cc

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_switches.h ('k') | testing/variations/fieldtrial_testing_config.json » ('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 cd8ba846315a94ec44e676e6150641125463fca3..424a1153bdf4b3b2aada37ddd5ffd87e21475e84 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -874,6 +874,14 @@ const char kSbDisableExtensionBlacklist[] =
const char kSbManualDownloadBlacklist[] =
"safebrowsing-manual-download-blacklist";
+const char kSecurityChipShowNonSecureOnly[] = "show-nonsecure-only";
+const char kSecurityChipShowAll[] = "show-all";
+
+const char kSecurityChipAnimation[] = "security-chip-animation";
+const char kSecurityChipAnimationNone[] = "none";
+const char kSecurityChipAnimationNonSecureOnly[] = "animate-nonsecure-only";
+const char kSecurityChipAnimationAll[] = "animate-all";
+
// Causes the process to run as a service process.
const char kServiceProcess[] = "service";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | testing/variations/fieldtrial_testing_config.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698