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 a923ceb5d2cbea4bdf13f6f167baa2f65a94735e..88c0609887176ea8f9f2a290a03df805371b8675 100644 |
--- a/content/common/service_worker/service_worker_status_code.h |
+++ b/content/common/service_worker/service_worker_status_code.h |
@@ -63,6 +63,9 @@ enum ServiceWorkerStatusCode { |
// An error occurred during initial script evaluation. |
SERVICE_WORKER_ERROR_SCRIPT_EVALUATE_FAILED, |
+ // Generic error to indicate failure to read/write the disk cache. |
+ SERVICE_WORKER_ERROR_DISK_CACHE, |
+ |
SERVICE_WORKER_ERROR_MAX_VALUE |
}; |