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 { |