| 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 e699e0c035014914d39a7cc0fdbb7a456250ed0f..6ff6461ffef65e1affece8e5ddbffd4eee9739b1 100644
|
| --- a/net/log/net_log_event_type_list.h
|
| +++ b/net/log/net_log_event_type_list.h
|
| @@ -2031,6 +2031,19 @@ EVENT_TYPE(SERVICE_WORKER_ERROR_KILLED_WITH_BLOB)
|
| // finishes responding with a stream.
|
| EVENT_TYPE(SERVICE_WORKER_ERROR_KILLED_WITH_STREAM)
|
|
|
| +// This event is emitted when a request to be forwarded to a Service Worker has
|
| +// request body blobs, and it may be necessary to wait for them to finish
|
| +// construction. The END phase event parameter is:
|
| +// {
|
| +// "success": Whether the request blobs finished construction successfully.
|
| +// }
|
| +EVENT_TYPE(SERVICE_WORKER_WAITING_FOR_REQUEST_BODY_BLOB)
|
| +
|
| +// This event is emitted when a request failed to be forwarded to a Service
|
| +// Worker, because it had a request body with a blob that failed to be
|
| +// constructed.
|
| +EVENT_TYPE(SERVICE_WORKER_ERROR_REQUEST_BODY_BLOB_FAILED)
|
| +
|
| // ------------------------------------------------------------------------
|
| // Global events
|
| // ------------------------------------------------------------------------
|
|
|