Index: net/cert/cert_verify_proc_mac.h |
diff --git a/net/cert/cert_verify_proc_mac.h b/net/cert/cert_verify_proc_mac.h |
index 5cd7f4c157c372ffb0bdfd91ee844d8454a36c4f..3c87edd7a48f5678dbff643e4be602fa971034d4 100644 |
--- a/net/cert/cert_verify_proc_mac.h |
+++ b/net/cert/cert_verify_proc_mac.h |
@@ -16,6 +16,7 @@ class CertVerifyProcMac : public CertVerifyProc { |
CertVerifyProcMac(); |
bool SupportsAdditionalTrustAnchors() const override; |
+ bool SupportsOCSPStapling() const override; |
protected: |
~CertVerifyProcMac() override; |
@@ -23,6 +24,7 @@ class CertVerifyProcMac : 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, |