| 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 ec5cc41848679d5ca3928d85942a9f1a0c93e5b7..cda4669117ce1ce77f67743e800f7fa1786d4551 100644
|
| --- a/net/log/net_log_event_type_list.h
|
| +++ b/net/log/net_log_event_type_list.h
|
| @@ -1166,6 +1166,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 NetworkThrottleManager.
|
| +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:
|
| // {
|
|
|