Index: net/base/x509_certificate.h |
diff --git a/net/base/x509_certificate.h b/net/base/x509_certificate.h |
index 4055f0a3db98695c46e872983b84a4e638437dc9..ab4c5c9bda6a1bb2c4c6250030fdcd0824d42d5a 100644 |
--- a/net/base/x509_certificate.h |
+++ b/net/base/x509_certificate.h |
@@ -88,12 +88,6 @@ class NET_EXPORT X509Certificate |
bool operator() (X509Certificate* lhs, X509Certificate* rhs) const; |
}; |
- enum VerifyFlags { |
- VERIFY_REV_CHECKING_ENABLED = 1 << 0, |
- VERIFY_EV_CERT = 1 << 1, |
- VERIFY_CERT_IO_ENABLED = 1 << 2, |
- }; |
- |
enum Format { |
// The data contains a single DER-encoded certificate, or a PEM-encoded |
// DER certificate with the PEM encoding block name of "CERTIFICATE". |