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

Unified Diff: chrome/common/chrome_switches.cc

Issue 8342054: net: enable CRL sets behind a command line flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 9 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index a472eebd43c0a25d5db2fd8059486576712890dc..4a0d9ccc32a770cb0a91edd73207936fd80ce466 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -434,6 +434,10 @@ const char kEnableCompositeToTexture[] = "enable-composite-to-texture";
// exceeded.
const char kEnableConnectBackupJobs[] = "enable-connect-backup-jobs";
+// Enables establishing certificate revocation information by downloading a set
+// of CRLs rather than performing on-line checks.
+const char kEnableCRLSets[] = "enable-crl-sets";
+
// Enables web developers to create apps for Chrome without using crx packages.
const char kEnableCrxlessWebApps[] = "enable-crxless-web-apps";

Powered by Google App Engine
This is Rietveld 408576698