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

Unified Diff: net/log/net_log_event_type_list.h

Issue 1057983002: Link HttpStreams to QuicSessions in net-internals. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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/quic/quic_http_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/log/net_log_event_type_list.h
diff --git a/net/log/net_log_event_type_list.h b/net/log/net_log_event_type_list.h
index 175f545363bfa2e4c4bbd62c39a03ef84ea19562..ee7a5994837aa15f2413300a7b1758b47ae28968 100644
--- a/net/log/net_log_event_type_list.h
+++ b/net/log/net_log_event_type_list.h
@@ -1722,6 +1722,13 @@ EVENT_TYPE(QUIC_HTTP_STREAM_SEND_REQUEST_HEADERS)
// }
EVENT_TYPE(QUIC_HTTP_STREAM_READ_RESPONSE_HEADERS)
+// Identifies the NetLog::Source() for the QuicSesssion that handled the stream.
+// The event parameters are:
+// {
+// "source_dependency": <Source identifier for session that was used>,
+// }
+EVENT_TYPE(HTTP_STREAM_REQUEST_BOUND_TO_QUIC_SESSION)
+
// ------------------------------------------------------------------------
// HttpStreamParser
// ------------------------------------------------------------------------
« no previous file with comments | « no previous file | net/quic/quic_http_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698