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 |
// ------------------------------------------------------------------------ |