Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(317)

Unified Diff: net/base/load_log_event_type_list.h

Issue 333006: Add three of the six extensions to PAC that Internet Explorer supports. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: address more of wtc's comments Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
// ------------------------------------------------------------------------
« no previous file with comments | « no previous file | net/data/proxy_resolver_v8_unittest/bindings.js » ('j') | net/proxy/proxy_resolver_js_bindings.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698