| 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 e7b4227fb47b5592a70d2afde2ca4d820923227c..80ec0ec8f6153765f58a46429dca111abf54d9ef 100644
|
| --- a/net/log/net_log_event_type_list.h
|
| +++ b/net/log/net_log_event_type_list.h
|
| @@ -2089,6 +2089,13 @@ EVENT_TYPE(SERVICE_WORKER_START_WORKER)
|
| // }
|
| EVENT_TYPE(SERVICE_WORKER_FETCH_EVENT)
|
|
|
| +// This event is emitted when a request for a service worker script or its
|
| +// imported scripts could not be handled.
|
| +// {
|
| +// "error": The error reason as a string.
|
| +// }
|
| +EVENT_TYPE(SERVICE_WORKER_SCRIPT_LOAD_UNHANDLED_REQUEST_ERROR)
|
| +
|
| // ------------------------------------------------------------------------
|
| // Global events
|
| // ------------------------------------------------------------------------
|
|
|