| 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 8e57c96eef2804325611462f8e8fb77848099fbb..8f8141c3aed7a27c14a3b5e473dec409a24358af 100644
|
| --- a/net/base/net_log_event_type_list.h
|
| +++ b/net/base/net_log_event_type_list.h
|
| @@ -1120,12 +1120,15 @@ EVENT_TYPE(ASYNC_HOST_RESOLVER)
|
| // "source_dependency": <Source id, if any, of what created the request>,
|
| // }
|
| //
|
| -// The END phase will contain this parameter:
|
| +// If an error occurred, the END phase will contain this parameter:
|
| // {
|
| -// "net_error": <The net error code integer>,
|
| +// "net_error": <The net error code integer for the failure>,
|
| // }
|
| EVENT_TYPE(ASYNC_HOST_RESOLVER_REQUEST)
|
|
|
| // This event is created when a new DnsTransaction is about to be created
|
| // for a request.
|
| EVENT_TYPE(ASYNC_HOST_RESOLVER_CREATE_DNS_TRANSACTION)
|
| +
|
| +// This event is logged when a request is handled by a cache entry.
|
| +EVENT_TYPE(ASYNC_HOST_RESOLVER_CACHE_HIT)
|
|
|