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

Unified Diff: net/log/net_log_event_type_list.h

Issue 1586513002: QUIC - Whne alternate job decides to delay the main(TCP) job and if the (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase TOT Created 4 years, 11 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
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 7b7350bbcd2059ae5003f5bcbed56def96d7486d..295986647b116a3c03c7473e3046b8a1dc550539 100644
--- a/net/log/net_log_event_type_list.h
+++ b/net/log/net_log_event_type_list.h
@@ -1029,6 +1029,12 @@ EVENT_TYPE(HTTP_STREAM_REQUEST_PROTO)
// Job. The orphaned Job will continue to run to completion.
EVENT_TYPE(HTTP_STREAM_JOB_ORPHANED)
+// Emitted when a job is asked to resume after non-zero microseconds.
+// {
+// "resume_after_ms": <Number of milliseconds until job will be unblocked>
+// }
+EVENT_TYPE(HTTP_STREAM_JOB_DELAYED)
+
// ------------------------------------------------------------------------
// HttpNetworkTransaction
// ------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698