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

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

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase 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
};
« no previous file with comments | « content/common/sandbox_mac_system_access_unittest.mm ('k') | content/common/service_worker/service_worker_status_code.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698