Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Unified Diff: content/common/service_worker/service_worker_status_code.h

Issue 1054033004: ServiceWorker: More accurate StartWorker result and UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
};

Powered by Google App Engine
This is Rietveld 408576698