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