| 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 b1fe599d3aa21fdb08926b038aa488dad3c61864..e323327637d71fc9d6ff72f4e94019d14b0f43da 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
|
| // ------------------------------------------------------------------------
|
|
|