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

Unified Diff: net/cert/cert_policy_enforcer.h

Issue 795013003: Certificate Transparency: Remove SSLWatcher's Alpha log. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « chrome/browser/io_thread.cc ('k') | net/cert/cert_policy_enforcer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/cert_policy_enforcer.h
diff --git a/net/cert/cert_policy_enforcer.h b/net/cert/cert_policy_enforcer.h
index 68039b3cd8c73976b558d0c8f76cee3e342901f7..e6c7960ac9a28fcc2211e39f2dabdb59974ed3c8 100644
--- a/net/cert/cert_policy_enforcer.h
+++ b/net/cert/cert_policy_enforcer.h
@@ -24,11 +24,9 @@ class X509Certificate;
class NET_EXPORT CertPolicyEnforcer {
public:
// Set the parameters for this policy enforcer:
- // |num_ct_logs| is the number of Certificate Transparency log currently
- // known to Chrome.
// |require_ct_for_ev| indicates whether Certificate Transparency presence
// is required for EV certificates.
- CertPolicyEnforcer(size_t num_ct_logs, bool require_ct_for_ev);
+ explicit CertPolicyEnforcer(bool require_ct_for_ev);
virtual ~CertPolicyEnforcer();
// Returns true if the collection of SCTs for the given certificate
@@ -47,7 +45,6 @@ class NET_EXPORT CertPolicyEnforcer {
bool HasRequiredNumberOfSCTs(X509Certificate* cert,
const ct::CTVerifyResult& ct_result);
- size_t num_ct_logs_;
bool require_ct_for_ev_;
};
« no previous file with comments | « chrome/browser/io_thread.cc ('k') | net/cert/cert_policy_enforcer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698