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

Unified Diff: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCacheError.h

Issue 1636613002: [CacheStorage] Check quota before put operations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set quota per origin and fix order of operations error Created 4 years, 11 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: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCacheError.h
diff --git a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCacheError.h b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCacheError.h
index a7fc0fefa0f38335927b53788d46653bb1ce4192..ba9474fda1abbd3f6ded15e3ba9db68ec8b0ab64 100644
--- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCacheError.h
+++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCacheError.h
@@ -11,6 +11,7 @@ enum WebServiceWorkerCacheError {
WebServiceWorkerCacheErrorNotImplemented,
WebServiceWorkerCacheErrorNotFound,
WebServiceWorkerCacheErrorExists,
+ WebServiceWorkerCacheErrorQuotaExceeded,
WebServiceWorkerCacheErrorLast = WebServiceWorkerCacheErrorExists
};
« no previous file with comments | « third_party/WebKit/Source/modules/cachestorage/CacheStorageError.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698