| 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 ceb4a727ec972e2f07fea9ebd1223da6a9496ee5..68c2b4feff3f5515e9997c2efe94e5af20b29f69 100644
|
| --- a/net/base/net_log_event_type_list.h
|
| +++ b/net/base/net_log_event_type_list.h
|
| @@ -62,6 +62,9 @@ EVENT_TYPE(HOST_RESOLVER_IMPL_REQUEST)
|
| // This event is logged when a request is handled by a cache entry.
|
| EVENT_TYPE(HOST_RESOLVER_IMPL_CACHE_HIT)
|
|
|
| +// This event is logged when a request is handled by a HOSTS entry.
|
| +EVENT_TYPE(HOST_RESOLVER_IMPL_HOSTS_HIT)
|
| +
|
| // This event is created when a new HostResolverImpl::Job is about to be created
|
| // for a request.
|
| EVENT_TYPE(HOST_RESOLVER_IMPL_CREATE_JOB)
|
|
|