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

Unified Diff: net/base/net_log_event_type_list.h

Issue 1629016: Added NetLog statements for Canonical name lookup. (Closed)
Patch Set: Merge with trunk Created 10 years, 8 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 | « no previous file | net/http/http_network_transaction.cc » ('j') | 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 9dc8569f543c9c16335bcfd3cd82ec8859714e87..8d6e841795cf959d157ef7e95c680eab2710dc51 100644
--- a/net/base/net_log_event_type_list.h
+++ b/net/base/net_log_event_type_list.h
@@ -184,6 +184,10 @@ EVENT_TYPE(HTTP_TRANSACTION_SEND_REQUEST)
// Measures the time to read HTTP response headers from the server.
EVENT_TYPE(HTTP_TRANSACTION_READ_HEADERS)
+// Measures the time to resolve the canonical name for HTTP Negotiate
+// authentication scheme.
+EVENT_TYPE(HTTP_TRANSACTION_RESOLVE_CANONICAL_NAME)
+
// Measures the time to read the entity body from the server.
EVENT_TYPE(HTTP_TRANSACTION_READ_BODY)
« no previous file with comments | « no previous file | net/http/http_network_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698