| Index: net/base/net_log_event_type_list.h
|
| diff --git a/net/base/net_log_event_type_list.h b/net/base/net_log_event_type_list.h
|
| index 9dc8569f543c9c16335bcfd3cd82ec8859714e87..8d6e841795cf959d157ef7e95c680eab2710dc51 100644
|
| --- a/net/base/net_log_event_type_list.h
|
| +++ b/net/base/net_log_event_type_list.h
|
| @@ -184,6 +184,10 @@ EVENT_TYPE(HTTP_TRANSACTION_SEND_REQUEST)
|
| // Measures the time to read HTTP response headers from the server.
|
| EVENT_TYPE(HTTP_TRANSACTION_READ_HEADERS)
|
|
|
| +// Measures the time to resolve the canonical name for HTTP Negotiate
|
| +// authentication scheme.
|
| +EVENT_TYPE(HTTP_TRANSACTION_RESOLVE_CANONICAL_NAME)
|
| +
|
| // Measures the time to read the entity body from the server.
|
| EVENT_TYPE(HTTP_TRANSACTION_READ_BODY)
|
|
|
|
|