| 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 24d0ad4a113983a14d99e607b4d9a73bb9571042..5e1ef68c3aaa64ae4dc506d7aeccf315b4b69c48 100644
|
| --- a/net/log/net_log_event_type_list.h
|
| +++ b/net/log/net_log_event_type_list.h
|
| @@ -1577,6 +1577,12 @@ EVENT_TYPE(QUIC_SESSION_CERTIFICATE_VERIFY_FAILED)
|
| // }
|
| EVENT_TYPE(QUIC_SESSION_CERTIFICATE_VERIFIED)
|
|
|
| +// Session's proof validation completed.
|
| +EVENT_TYPE(QUIC_SESSION_PROOF_VALIDATED)
|
| +
|
| +// Session's channel validation completed.
|
| +EVENT_TYPE(QUIC_SESSION_CHANNEL_VALIDATED)
|
| +
|
| // Session received a QUIC packet.
|
| // {
|
| // "peer_address": <The ip:port of the peer>,
|
|
|