| Index: net/base/net_log_event_type_list.h
|
| diff --git a/net/base/net_log_event_type_list.h b/net/base/net_log_event_type_list.h
|
| index ce303600417b939602cf3b0e928319333fca52c2..c110a3ddd0519a5abf6fb1e89953688fa054e200 100644
|
| --- a/net/base/net_log_event_type_list.h
|
| +++ b/net/base/net_log_event_type_list.h
|
| @@ -584,6 +584,20 @@ EVENT_TYPE(SIGNED_CERTIFICATE_TIMESTAMPS_RECEIVED)
|
| // }
|
| EVENT_TYPE(SIGNED_CERTIFICATE_TIMESTAMPS_CHECKED)
|
|
|
| +// The EV certificate was checked for compliance with Certificate Transparency
|
| +// requirements.
|
| +//
|
| +// The following parameters are attached to the event:
|
| +// {
|
| +// "certificate": <An X.509 certificate, same format as in
|
| +// CERT_VERIFIER_JOB.>
|
| +// "policy_enforcement_required": <boolean>
|
| +// "build_timely": <boolean>
|
| +// "ct_compliance_status": <string describing compliance status>
|
| +// "ev_whitelist_version": <optional; string representing whitelist version>
|
| +// }
|
| +EVENT_TYPE(EV_CERT_CT_COMPLIANCE_CHECKED)
|
| +
|
| // ------------------------------------------------------------------------
|
| // DatagramSocket
|
| // ------------------------------------------------------------------------
|
|
|