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

Unified Diff: net/log/net_log_event_type_list.h

Issue 2798243006: Add NetLog for HttpStreamFactoryImpl::Job::DoInitConnection (Closed)
Patch Set: Created 3 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 | « net/http/http_stream_factory_impl_job.cc ('k') | no next file » | 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 ed6a0c897eaf1ab4f04a18a9db7a54e21f7cdece..5e8fe84a73c005098002bf1bea692d8c5e7264d1 100644
--- a/net/log/net_log_event_type_list.h
+++ b/net/log/net_log_event_type_list.h
@@ -1084,6 +1084,9 @@ EVENT_TYPE(HTTP_STREAM_REQUEST_STARTED_JOB)
// }
EVENT_TYPE(HTTP_STREAM_JOB_PROXY_SERVER_RESOLVED)
+// Emitted when a job is asked to initialize a connection.
+EVENT_TYPE(HTTP_STREAM_JOB_INIT_CONNECTION)
+
// Identifies the NetLogSource() for the Job that fulfilled the Request.
// The event parameters are:
// {
« no previous file with comments | « net/http/http_stream_factory_impl_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698