| 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 4d0e96718c2377e27d834b083327cf63cf23bfe7..44c91476b88321251bc9c4e822dca413df1f4f76 100644
|
| --- a/net/log/net_log_event_type_list.h
|
| +++ b/net/log/net_log_event_type_list.h
|
| @@ -1089,6 +1089,22 @@ EVENT_TYPE(HTTP_STREAM_JOB_ORPHANED)
|
| // }
|
| EVENT_TYPE(HTTP_STREAM_JOB_DELAYED)
|
|
|
| +// Marks the creation/destruction of a HttpStreamFactoryImpl::JobController.
|
| +// The following parameters are attached:
|
| +// {
|
| +// "is_preconnect": <True if controller is created for a preconnect.>,
|
| +// }
|
| +EVENT_TYPE(HTTP_STREAM_JOB_CONTROLLER)
|
| +
|
| +// Links a JobController with its user(a URL_REQUEST).
|
| +// The event parameters are:
|
| +// {
|
| +// "source_dependency": <The source identifier for JobController if the
|
| +// event is logged in URL_REQUEST or the source identifier for the
|
| +// URL_REQUEST if the event is logged in HTTP_STREAM_JOB_CONTROLLER>,
|
| +// }
|
| +EVENT_TYPE(HTTP_STREAM_JOB_CONTROLLER_BOUND)
|
| +
|
| // ------------------------------------------------------------------------
|
| // HttpNetworkTransaction
|
| // ------------------------------------------------------------------------
|
|
|