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. |