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

Unified Diff: net/base/net_log_event_type_list.h

Issue 7466031: AsyncHostResolver: integrated HostCache, temporarily, until we have RR cache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed copyright year. Created 9 years, 5 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
« no previous file with comments | « net/base/host_resolver_impl_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « net/base/host_resolver_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698