| 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 b1fe599d3aa21fdb08926b038aa488dad3c61864..2c24fb157781bc5ae93064ed02c6ca75cd98d7dd 100644
|
| --- a/net/log/net_log_event_type_list.h
|
| +++ b/net/log/net_log_event_type_list.h
|
| @@ -1109,6 +1109,9 @@ EVENT_TYPE(HTTP_TRANSACTION_READ_BODY)
|
| // restarting for authentication, on keep alive connections.
|
| EVENT_TYPE(HTTP_TRANSACTION_DRAIN_BODY_FOR_AUTH_RESTART)
|
|
|
| +// Measures the time taken to look up the key used for Token Binding.
|
| +EVENT_TYPE(HTTP_TRANSACTION_GET_TOKEN_BINDING_KEY)
|
| +
|
| // This event is sent when we try to restart a transaction after an error.
|
| // The following parameters are attached:
|
| // {
|
|
|