| 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 ec5cc41848679d5ca3928d85942a9f1a0c93e5b7..3d0852e34b0893fc68d74b892ee231ca2697fcd3 100644
|
| --- a/net/log/net_log_event_type_list.h
|
| +++ b/net/log/net_log_event_type_list.h
|
| @@ -2116,6 +2116,13 @@ EVENT_TYPE(SERVICE_WORKER_START_WORKER)
|
| // }
|
| EVENT_TYPE(SERVICE_WORKER_FETCH_EVENT)
|
|
|
| +// The start/end of dispatching a navigation preload request to the server.
|
| +// The BEGIN phase contains the following parameters:
|
| +// {
|
| +// "url": The URL that was being requested.
|
| +// }
|
| +EVENT_TYPE(SERVICE_WORKER_NAVIGATION_PRELOAD)
|
| +
|
| // ------------------------------------------------------------------------
|
| // Global events
|
| // ------------------------------------------------------------------------
|
|
|