Index: net/base/x509_certificate_win.cc |
diff --git a/net/base/x509_certificate_win.cc b/net/base/x509_certificate_win.cc |
index 5c53a15bb55e39144d80d3fff9a6995a1a3074fa..d7b28a28f36d90a8805351de093626f526fa7b1e 100644 |
--- a/net/base/x509_certificate_win.cc |
+++ b/net/base/x509_certificate_win.cc |
@@ -696,6 +696,7 @@ HCERTSTORE X509Certificate::cert_store() { |
int X509Certificate::VerifyInternal(const std::string& hostname, |
int flags, |
+ CRLSet* crl_set, |
CertVerifyResult* verify_result) const { |
if (!cert_handle_) |
return ERR_UNEXPECTED; |