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 e7b4227fb47b5592a70d2afde2ca4d820923227c..fd00d28996976501c36f368dc1b5283100ceaa68 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 |
|
horo
2017/01/10 07:09:27
strange wrapping
falken
2017/01/10 08:17:46
Done.
|
| +// or its imported scripts could not be handled. |
| +// { |
| +// "error": The error reason as a string. |
| +//} |
|
horo
2017/01/10 07:09:27
// }
falken
2017/01/10 08:17:46
Done.
|
| +EVENT_TYPE(SERVICE_WORKER_SCRIPT_LOAD_UNHANDLED_REQUEST_ERROR) |
| + |
| // ------------------------------------------------------------------------ |
| // Global events |
| // ------------------------------------------------------------------------ |