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

Unified Diff: net/base/x509_certificate.h

Issue 10857020: Do not perform online revocation checking when the user has explicitly disabled it, except for when… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Linux and Mac fixes Created 8 years, 4 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: net/base/x509_certificate.h
diff --git a/net/base/x509_certificate.h b/net/base/x509_certificate.h
index 4055f0a3db98695c46e872983b84a4e638437dc9..b927e756abd8c87be92cda18745a67aff7122d57 100644
--- a/net/base/x509_certificate.h
+++ b/net/base/x509_certificate.h
@@ -92,6 +92,7 @@ class NET_EXPORT X509Certificate
VERIFY_REV_CHECKING_ENABLED = 1 << 0,
VERIFY_EV_CERT = 1 << 1,
VERIFY_CERT_IO_ENABLED = 1 << 2,
+ VERIFY_REV_CHECKING_ENABLED_EV_ONLY = 1 << 3,
wtc 2012/08/16 23:17:39 Nit: the name VERIFY_REV_CHECKING_ENABLED_EV_ONLY
};
enum Format {

Powered by Google App Engine
This is Rietveld 408576698