| 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 e699e0c035014914d39a7cc0fdbb7a456250ed0f..b0524d1e101a9ec0da62cebf0ab33246558da3c1 100644
|
| --- a/net/log/net_log_event_type_list.h
|
| +++ b/net/log/net_log_event_type_list.h
|
| @@ -1157,6 +1157,12 @@ 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)
|
|
|
| +// Measures the time taken due to throttling by the NetworkStreamThrottler.
|
| +EVENT_TYPE(HTTP_TRANSACTION_THROTTLED)
|
| +
|
| +// Record priority changes on the network transaction.
|
| +EVENT_TYPE(HTTP_TRANSACTION_SET_PRIORITY)
|
| +
|
| // This event is sent when we try to restart a transaction after an error.
|
| // The following parameters are attached:
|
| // {
|
|
|