Chromium Code Reviews| 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..ef504a56dc478a928060fa155598fff101fdd8c5 100644 |
| --- a/net/log/net_log_event_type_list.h |
| +++ b/net/log/net_log_event_type_list.h |
| @@ -1089,6 +1089,23 @@ EVENT_TYPE(HTTP_STREAM_JOB_ORPHANED) |
| // } |
| EVENT_TYPE(HTTP_STREAM_JOB_DELAYED) |
| +// Marks the start/end of a HttpStreamFactoryImpl::JobController. |
| +// The following parameters are attached: |
| +// { |
| +// "url": <String of request URL>, |
| +// "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). |
|
Bence
2017/01/28 02:08:25
Add space between "user" and "(".
xunjieli
2017/01/30 14:08:39
Done.
|
| +// 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 |
| // ------------------------------------------------------------------------ |