| Index: net/cert/cert_verify_proc_android.cc
|
| diff --git a/net/cert/cert_verify_proc_android.cc b/net/cert/cert_verify_proc_android.cc
|
| index 91d0b559a225870f06f3f06bc1f934fd58f58c15..6689ad860b209746e3dabf6f7addb8471c97e863 100644
|
| --- a/net/cert/cert_verify_proc_android.cc
|
| +++ b/net/cert/cert_verify_proc_android.cc
|
| @@ -155,9 +155,14 @@ bool CertVerifyProcAndroid::SupportsAdditionalTrustAnchors() const {
|
| return false;
|
| }
|
|
|
| +bool CertVerifyProcAndroid::SupportsOCSPStapling() const {
|
| + return false;
|
| +}
|
| +
|
| int CertVerifyProcAndroid::VerifyInternal(
|
| X509Certificate* cert,
|
| const std::string& hostname,
|
| + const std::string& ocsp_response,
|
| int flags,
|
| CRLSet* crl_set,
|
| const CertificateList& additional_trust_anchors,
|
|
|