| 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 aaf3ae5dd226bc29385703ac52f36d2fb03d4bfe..50e9a8491e7baabe81c3c7c08975dda2fb63911a 100644
|
| --- a/net/log/net_log_event_type_list.h
|
| +++ b/net/log/net_log_event_type_list.h
|
| @@ -1043,14 +1043,6 @@
|
| // }
|
| EVENT_TYPE(HTTP_STREAM_JOB)
|
|
|
| -// Measures the time and HttpStreamFactoryImpl::Job spends waiting for
|
| -// another job.
|
| -// The event parameters are:
|
| -// {
|
| -// "should_wait": <True if the job needs to wait>,
|
| -// }
|
| -EVENT_TYPE(HTTP_STREAM_JOB_WAITING)
|
| -
|
| // Identifies the NetLogSource() for a Job started by the Request.
|
| // The event parameters are:
|
| // {
|
| @@ -1085,17 +1077,11 @@
|
| // Job. The orphaned Job will continue to run to completion.
|
| EVENT_TYPE(HTTP_STREAM_JOB_ORPHANED)
|
|
|
| -// Emitted when a job is delayed.
|
| -// {
|
| -// "delay_ms": <Number of milliseconds until job will be resumed>
|
| +// 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)
|
| -
|
| -// Emitted when a job is asked to resume after non-zero microseconds.
|
| -// {
|
| -// "delay_ms": <Number of milliseconds the job was delayed before resuming>
|
| -// }
|
| -EVENT_TYPE(HTTP_STREAM_JOB_RESUMED)
|
|
|
| // ------------------------------------------------------------------------
|
| // HttpNetworkTransaction
|
|
|