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

Unified Diff: net/ssl/ssl_info.h

Issue 2937563002: Remove the EV Certs Whitelist (Closed)
Patch Set: 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..735999ee9c0863ce3b3b60b8cb90180ca555fc71 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
@@ -136,11 +135,6 @@ class NET_EXPORT SSLInfo {
// 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