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

Unified Diff: net/ssl/ssl_info.h

Issue 2937563002: Remove the EV Certs Whitelist (Closed)
Patch Set: Update comment Created 3 years, 6 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
« no previous file with comments | « net/ssl/ssl_config_service.cc ('k') | net/ssl/ssl_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/ssl_info.h
diff --git a/net/ssl/ssl_info.h b/net/ssl/ssl_info.h
index 645e28d8dccab7d0792864763a8ae1b7e923cfb3..c9d27d2d751880938a66f738d683ec1d56e9344f 100644
--- a/net/ssl/ssl_info.h
+++ b/net/ssl/ssl_info.h
@@ -24,7 +24,6 @@ namespace net {
namespace ct {
enum class CertPolicyCompliance;
-enum class EVPolicyCompliance;
} // namespace ct
@@ -131,16 +130,11 @@ class NET_EXPORT SSLInfo {
// True if Certificate Transparency policies were applied on this
// connection and results are available. If true, the field below
- // (|ev_policy_compliance|) will contain information about whether
+ // (|ct_cert_policy_compliance|) will contain information about whether
// the connection complied with the policy and why the connection
// was considered non-compliant, if applicable.
bool ct_compliance_details_available;
- // Whether the connection complied with the CT EV policy, and if not,
- // why not. Only meaningful if |ct_compliance_details_available| is
- // true.
- ct::EVPolicyCompliance ct_ev_policy_compliance;
-
// Whether the connection complied with the CT cert policy, and if
// not, why not. Only meaningful it |ct_compliance_details_available|
// is true.
« no previous file with comments | « net/ssl/ssl_config_service.cc ('k') | net/ssl/ssl_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698