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

Unified Diff: public/platform/WebServiceWorkerError.h

Issue 342863003: Add WebServiceWorkerErrorType::ErrorTypeAbort (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 d08a6c9360d8e759b29826f787fcfa2c6948aca9..4a944b646e11364e27401ef347dabc80d9784ac5 100644
--- a/public/platform/WebServiceWorkerError.h
+++ b/public/platform/WebServiceWorkerError.h
@@ -38,6 +38,7 @@ namespace blink {
struct WebServiceWorkerError {
enum ErrorType {
ErrorTypeDisabled = 0,
+ ErrorTypeAbort,
ErrorTypeSecurity,
ErrorTypeInstall,
ErrorTypeActivate,
« 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