| Index: chrome/browser/chromeos/policy/policy_cert_verifier.h
|
| diff --git a/chrome/browser/chromeos/policy/policy_cert_verifier.h b/chrome/browser/chromeos/policy/policy_cert_verifier.h
|
| index 11060cc1adcb846be9396b803484fd8f4cbc8e96..774b36b5627f5b418ad1741769c9d94c9198f4cb 100644
|
| --- a/chrome/browser/chromeos/policy/policy_cert_verifier.h
|
| +++ b/chrome/browser/chromeos/policy/policy_cert_verifier.h
|
| @@ -49,6 +49,7 @@ class PolicyCertVerifier : public net::CertVerifier,
|
| // Note: |callback| can be null.
|
| int Verify(net::X509Certificate* cert,
|
| const std::string& hostname,
|
| + const std::string& ocsp_response,
|
| int flags,
|
| net::CRLSet* crl_set,
|
| net::CertVerifyResult* verify_result,
|
| @@ -58,6 +59,8 @@ class PolicyCertVerifier : public net::CertVerifier,
|
|
|
| void CancelRequest(RequestHandle req) override;
|
|
|
| + bool SupportsOCSPStapling() override;
|
| +
|
| // CertTrustAnchorProvider:
|
| const net::CertificateList& GetAdditionalTrustAnchors() override;
|
|
|
|
|