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 |
}; |