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 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) |
|
mmenke
2016/05/16 15:30:02
The order these are in here should match the order
falken
2016/05/17 02:03:14
Done.
|
| + |
| +// 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) |
|
mmenke
2016/05/16 15:30:02
Need to document the parameter.
falken
2016/05/17 02:03:14
Done.
|
| + |
| // ------------------------------------------------------------------------ |
| // Global events |
| // ------------------------------------------------------------------------ |