| Index: net/log/net_log_event_type_list.h
|
| diff --git a/net/log/net_log_event_type_list.h b/net/log/net_log_event_type_list.h
|
| index 7948240ccb534ff16d34ae27c2eed17ef4033f3f..bfdc0945062aa2c0b5477ed72ecaf358b175a18c 100644
|
| --- a/net/log/net_log_event_type_list.h
|
| +++ b/net/log/net_log_event_type_list.h
|
| @@ -670,6 +670,18 @@ EVENT_TYPE(CERT_CT_COMPLIANCE_CHECKED)
|
| // }
|
| EVENT_TYPE(EV_CERT_CT_COMPLIANCE_CHECKED)
|
|
|
| +// A Certificate Transparency log entry was audited for inclusion in the
|
| +// log.
|
| +//
|
| +// The following parameters are attached to the event:
|
| +// {
|
| +// "log_entry": <hex-encoded hash of the log entry>
|
| +// "log_id": <hex-encoded hash of the CT log>
|
| +// "success": <boolean>
|
| +// }
|
| +
|
| +EVENT_TYPE(CT_LOG_ENTRY_AUDITED)
|
| +
|
| // ------------------------------------------------------------------------
|
| // DatagramSocket
|
| // ------------------------------------------------------------------------
|
|
|