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 a0245e48e10feabbe48edc800c6badbea8adfbc4..6d3175bdb29f199cfa272da2817f6a1941ff7cb1 100644 |
--- a/content/common/service_worker/service_worker_status_code.h |
+++ b/content/common/service_worker/service_worker_status_code.h |
@@ -42,6 +42,9 @@ enum ServiceWorkerStatusCode { |
// Sending an IPC to the worker failed (often due to child process is |
// terminated). |
SERVICE_WORKER_ERROR_IPC_FAILED, |
+ |
+ // Database corruption has occured. |
+ SERVICE_WORKER_ERROR_DB_CORRUPTED, |
}; |
CONTENT_EXPORT const char* ServiceWorkerStatusToString( |