| Index: net/cert/cert_verify_proc_android.h
|
| diff --git a/net/cert/cert_verify_proc_android.h b/net/cert/cert_verify_proc_android.h
|
| index 6830df61ed055b0e244670e58656a4c8ad2fd6f9..755ce80ae6a684cca289648f0aa73d2b40b431c2 100644
|
| --- a/net/cert/cert_verify_proc_android.h
|
| +++ b/net/cert/cert_verify_proc_android.h
|
| @@ -16,6 +16,7 @@ class CertVerifyProcAndroid : public CertVerifyProc {
|
| CertVerifyProcAndroid();
|
|
|
| bool SupportsAdditionalTrustAnchors() const override;
|
| + bool SupportsOCSPStapling() const override;
|
|
|
| protected:
|
| ~CertVerifyProcAndroid() override;
|
| @@ -23,6 +24,7 @@ class CertVerifyProcAndroid : 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,
|
|
|