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

Unified Diff: net/base/x509_certificate.h

Issue 10855168: Rename X509Certificate::VerifyFlags to CertVerifier::VerifyFlags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Compile fix 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..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".

Powered by Google App Engine
This is Rietveld 408576698