Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(466)

Unified Diff: content/browser/ssl/ssl_host_state.h

Issue 450833002: Add additional UMA stats for remembering certificate decisions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: felt nit Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698