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

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 093fc2cabdb7e9e09bbe0920910fb3911579d72b..7fa8eb4d4add39c80b3816651b75a2e40d0f02a6 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -428,6 +428,10 @@ const char kEnableCompositeToTexture[] = "enable-composite-to-texture";
// exceeded.
const char kEnableConnectBackupJobs[] = "enable-connect-backup-jobs";
+// Enables establishing revocation information by downloading a set of CRLs
wtc 2011/10/21 23:17:31 Nit: add "certificate" before "revocation". "perf
agl 2011/10/24 20:44:27 Done.
+// 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