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 2a9f0edfb6564afd7dcfe63918feeb87878316c1..a923ceb5d2cbea4bdf13f6f167baa2f65a94735e 100644 |
--- a/content/common/service_worker/service_worker_status_code.h |
+++ b/content/common/service_worker/service_worker_status_code.h |
@@ -60,6 +60,9 @@ enum ServiceWorkerStatusCode { |
// The Service Worker took too long to finish a task. |
SERVICE_WORKER_ERROR_TIMEOUT, |
+ // An error occurred during initial script evaluation. |
+ SERVICE_WORKER_ERROR_SCRIPT_EVALUATE_FAILED, |
+ |
SERVICE_WORKER_ERROR_MAX_VALUE |
}; |