| 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 4c4371cc35fc7ee9eaa22e3ec84ef8cdef8e0718..44e5cc3d733cdc2cab5a825f38e073609e0aa257 100644
|
| --- a/net/base/net_log_event_type_list.h
|
| +++ b/net/base/net_log_event_type_list.h
|
| @@ -1460,6 +1460,12 @@ EVENT_TYPE(QUIC_SESSION_PUBLIC_RESET_PACKET_RECEIVED)
|
| // }
|
| EVENT_TYPE(QUIC_SESSION_VERSION_NEGOTIATION_PACKET_RECEIVED)
|
|
|
| +// Session sucessfully negotiated QUIC version number.
|
| +// {
|
| +// "version": <String of QUIC version negotiated with the server>,
|
| +// }
|
| +EVENT_TYPE(QUIC_SESSION_VERSION_NEGOTIATED)
|
| +
|
| // Session revived a QUIC packet packet via FEC.
|
| // {
|
| // "guid": <The 64-bit GUID for this connection, as a base-10 string>,
|
|
|