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

Unified Diff: net/log/net_log_event_type_list.h

Issue 2944443002: Add NetLog events for HttpStreamFactoryImpl::Job throttle logic (Closed)
Patch Set: self Created 3 years, 6 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 014bb5f140cb1f1671430b96791d247a7870889d..b7cc39fd6f5a6cd7a7d868eb40786bac974110a6 100644
--- a/net/log/net_log_event_type_list.h
+++ b/net/log/net_log_event_type_list.h
@@ -1059,6 +1059,13 @@ EVENT_TYPE(HTTP_STREAM_REQUEST_STARTED_JOB)
// }
EVENT_TYPE(HTTP_STREAM_JOB_PROXY_SERVER_RESOLVED)
+// Emitted when a job is throttled.
+EVENT_TYPE(HTTP_STREAM_JOB_THROTTLED)
+
+// Emitted when a job resumes initializing a connection after being previously
+// throttled.
+EVENT_TYPE(HTTP_STREAM_JOB_RESUME_INIT_CONNECTION)
+
// Emitted when a job is asked to initialize a connection.
EVENT_TYPE(HTTP_STREAM_JOB_INIT_CONNECTION)
« 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