Index: net/cert/cert_verify_proc_win.h |
diff --git a/net/cert/cert_verify_proc_win.h b/net/cert/cert_verify_proc_win.h |
index 9c2d26a3e2bae4cd6008d9d088ceede49cc7954a..c56c8215a144b41cd4787a9596b1899458cc787e 100644 |
--- a/net/cert/cert_verify_proc_win.h |
+++ b/net/cert/cert_verify_proc_win.h |
@@ -16,6 +16,7 @@ class CertVerifyProcWin : public CertVerifyProc { |
CertVerifyProcWin(); |
bool SupportsAdditionalTrustAnchors() const override; |
+ bool SupportsOCSPStapling() const override; |
protected: |
~CertVerifyProcWin() override; |
@@ -23,6 +24,7 @@ class CertVerifyProcWin : public CertVerifyProc { |
private: |
int VerifyInternal(X509Certificate* cert, |
const std::string& hostname, |
+ const std::string& ocsp_response, |
int flags, |
CRLSet* crl_set, |
const CertificateList& additional_trust_anchors, |