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

Unified Diff: public/platform/WebServiceWorkerError.h

Issue 868463004: ServiceWorker: add ServiceWorkerClients.claim() support (1/3). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 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
« no previous file with comments | « public/platform/WebServiceWorkerClientsClaimCallbacks.h ('k') | public/web/WebServiceWorkerContextClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebServiceWorkerError.h
diff --git a/public/platform/WebServiceWorkerError.h b/public/platform/WebServiceWorkerError.h
index 15766979a6ee2ecb50a0fe82481fc07b5ffa6848..981ca4f417eea85cc8d85b384f59f393bf2743ed 100644
--- a/public/platform/WebServiceWorkerError.h
+++ b/public/platform/WebServiceWorkerError.h
@@ -44,6 +44,7 @@ struct WebServiceWorkerError {
ErrorTypeNetwork,
ErrorTypeNotFound,
ErrorTypeSecurity,
+ ErrorTypeState,
ErrorTypeUnknown,
ErrorTypeLast = ErrorTypeUnknown
};
« no previous file with comments | « public/platform/WebServiceWorkerClientsClaimCallbacks.h ('k') | public/web/WebServiceWorkerContextClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698