| Index: content/common/service_worker/service_worker_status_code.h
|
| diff --git a/content/common/service_worker/service_worker_status_code.h b/content/common/service_worker/service_worker_status_code.h
|
| index 1e9cdd51a6caccbe555fed48e4ee0d4a119808fc..818c6d8343760cb2150fbaa5e2b4e246e908be94 100644
|
| --- a/content/common/service_worker/service_worker_status_code.h
|
| +++ b/content/common/service_worker/service_worker_status_code.h
|
| @@ -54,6 +54,11 @@ enum ServiceWorkerStatusCode {
|
|
|
| // An error triggered by invalid worker state.
|
| SERVICE_WORKER_ERROR_STATE,
|
| +
|
| + // The Service Worker took too long to finish a task.
|
| + SERVICE_WORKER_ERROR_TIMEOUT,
|
| +
|
| + SERVICE_WORKER_ERROR_MAX_VALUE
|
| };
|
|
|
| CONTENT_EXPORT const char* ServiceWorkerStatusToString(
|
|
|