| 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 128d3cb068a33503328129dbb33bea8cb5eca77d..2eac3b9082bdde94f3fbe9e02e69d92b93295e53 100644
|
| --- a/net/log/net_log_event_type_list.h
|
| +++ b/net/log/net_log_event_type_list.h
|
| @@ -1082,6 +1082,9 @@ EVENT_TYPE(HTTP_TRANSACTION_QUIC_SEND_REQUEST_HEADERS)
|
| // Measures the time to read HTTP response headers from the server.
|
| EVENT_TYPE(HTTP_TRANSACTION_READ_HEADERS)
|
|
|
| +// Measures the time to handle an HTTP authentication challenge.
|
| +EVENT_TYPE(HTTP_TRANSACTION_HANDLE_AUTH_CHALLENGE)
|
| +
|
| // This event is sent on receipt of the HTTP response headers.
|
| // The following parameters are attached:
|
| // {
|
|
|