| Index: content/browser/ssl/ssl_policy_backend.cc
|
| diff --git a/content/browser/ssl/ssl_policy_backend.cc b/content/browser/ssl/ssl_policy_backend.cc
|
| index 3eb4f467e709d57621f9f7b59853d426c73a8f33..0f000b4102988cb03513183a5ab66a7bfd425492 100644
|
| --- a/content/browser/ssl/ssl_policy_backend.cc
|
| +++ b/content/browser/ssl/ssl_policy_backend.cc
|
| @@ -41,8 +41,10 @@ void SSLPolicyBackend::AllowCertForHost(net::X509Certificate* cert,
|
| net::CertPolicy::Judgment SSLPolicyBackend::QueryPolicy(
|
| net::X509Certificate* cert,
|
| const std::string& host,
|
| - net::CertStatus error) {
|
| - return ssl_host_state_->QueryPolicy(cert, host, error);
|
| + net::CertStatus error,
|
| + bool* expired_previous_decision) {
|
| + return ssl_host_state_->QueryPolicy(
|
| + cert, host, error, expired_previous_decision);
|
| }
|
|
|
| } // namespace content
|
|
|