| 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..1954f713625685385e3e3cdbe16b36f34ec9c998 100644
|
| --- a/net/log/net_log_event_type_list.h
|
| +++ b/net/log/net_log_event_type_list.h
|
| @@ -2031,6 +2031,20 @@ 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 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)
|
| +
|
| +// 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.
|
| +EVENT_TYPE(SERVICE_WORKER_REQUEST_BODY_BLOB_CONSTRUCTION_STARTED)
|
| +
|
| +// This event is emitted when a request to be forwarded to a Service Worker had
|
| +// request body blobs that finished construction.
|
| +EVENT_TYPE(SERVICE_WORKER_REQUEST_BODY_BLOB_CONSTRUCTION_FINISHED)
|
| +
|
| // ------------------------------------------------------------------------
|
| // Global events
|
| // ------------------------------------------------------------------------
|
|
|