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

Unified Diff: public/platform/WebServiceWorkerError.h

Issue 964483004: Service Worker: Add a timeout error value. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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 | « Source/modules/serviceworkers/ServiceWorkerError.cpp ('k') | no next file » | 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 981ca4f417eea85cc8d85b384f59f393bf2743ed..dc7590de369f17cebbf0781a19d23529f69109e6 100644
--- a/public/platform/WebServiceWorkerError.h
+++ b/public/platform/WebServiceWorkerError.h
@@ -45,6 +45,7 @@ struct WebServiceWorkerError {
ErrorTypeNotFound,
ErrorTypeSecurity,
ErrorTypeState,
+ ErrorTypeTimeout,
ErrorTypeUnknown,
ErrorTypeLast = ErrorTypeUnknown
};
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorkerError.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698