Index: content/browser/ssl/ssl_host_state.h |
diff --git a/content/browser/ssl/ssl_host_state.h b/content/browser/ssl/ssl_host_state.h |
index 392049bb4e252cfa44e719c0bf71bb3a9fca7feb..e31cd4a63a9d7eeeb412c6f4a1c1819229b5a11b 100644 |
--- a/content/browser/ssl/ssl_host_state.h |
+++ b/content/browser/ssl/ssl_host_state.h |
@@ -70,7 +70,8 @@ class CONTENT_EXPORT SSLHostState |
// Queries whether |cert| is allowed or denied for |url| and |error|. |
net::CertPolicy::Judgment QueryPolicy(net::X509Certificate* cert, |
const std::string& host, |
- net::CertStatus error); |
+ net::CertStatus error, |
+ bool* expired_previous_decision); |
private: |
// A BrokenHostEntry is a pair of (host, process_id) that indicates the host |