| Index: net/base/load_log_event_type_list.h
|
| ===================================================================
|
| --- net/base/load_log_event_type_list.h (revision 29974)
|
| +++ net/base/load_log_event_type_list.h (working copy)
|
| @@ -67,9 +67,15 @@
|
| // Measures the time taken to execute the "myIpAddress()" javascript binding.
|
| EVENT_TYPE(PROXY_RESOLVER_V8_MY_IP_ADDRESS)
|
|
|
| +// Measures the time taken to execute the "myIpAddressEx()" javascript binding.
|
| +EVENT_TYPE(PROXY_RESOLVER_V8_MY_IP_ADDRESS_EX)
|
| +
|
| // Measures the time taken to execute the "dnsResolve()" javascript binding.
|
| EVENT_TYPE(PROXY_RESOLVER_V8_DNS_RESOLVE)
|
|
|
| +// Measures the time taken to execute the "dnsResolveEx()" javascript binding.
|
| +EVENT_TYPE(PROXY_RESOLVER_V8_DNS_RESOLVE_EX)
|
| +
|
| // ------------------------------------------------------------------------
|
| // ClientSocketPoolBase::ConnectJob
|
| // ------------------------------------------------------------------------
|
|
|