| Index: net/cert/ct_verify_result.h
|
| diff --git a/net/cert/ct_verify_result.h b/net/cert/ct_verify_result.h
|
| index 33a25dd3f30c26baa124323516f24345153f22d3..c48a39ad94d7f5d57b69941e2b72eb3f6c863acc 100644
|
| --- a/net/cert/ct_verify_result.h
|
| +++ b/net/cert/ct_verify_result.h
|
| @@ -16,7 +16,6 @@ namespace net {
|
| namespace ct {
|
|
|
| enum class CertPolicyCompliance;
|
| -enum class EVPolicyCompliance;
|
|
|
| typedef std::vector<scoped_refptr<SignedCertificateTimestamp> > SCTList;
|
|
|
| @@ -36,9 +35,6 @@ struct NET_EXPORT CTVerifyResult {
|
| // The result of evaluating whether the connection complies with the
|
| // CT certificate policy.
|
| CertPolicyCompliance cert_policy_compliance;
|
| - // The result of evaluating whether the connection complies with the
|
| - // EV CT policy.
|
| - EVPolicyCompliance ev_policy_compliance;
|
| };
|
|
|
| // Returns a list of SCTs from |sct_and_status_list| whose status matches
|
|
|