| 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 db796488bea9bc380c2e62d65f105c61fc91d58a..aa0dd9cd5c79878bd3795dbc301c08a7c8f7f316 100644
|
| --- a/net/log/net_log_event_type_list.h
|
| +++ b/net/log/net_log_event_type_list.h
|
| @@ -1104,6 +1104,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:
|
| // {
|
|
|