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

Unified Diff: public/platform/WebServiceWorkerError.h

Issue 546353003: ServiceWorker: Change worker script fetch error code(1/3). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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: public/platform/WebServiceWorkerError.h
diff --git a/public/platform/WebServiceWorkerError.h b/public/platform/WebServiceWorkerError.h
index 4a944b646e11364e27401ef347dabc80d9784ac5..0a3b5ce15ba8969bfcaafdbbc1456094ebc06854 100644
--- a/public/platform/WebServiceWorkerError.h
+++ b/public/platform/WebServiceWorkerError.h
@@ -42,6 +42,7 @@ struct WebServiceWorkerError {
ErrorTypeSecurity,
ErrorTypeInstall,
ErrorTypeActivate,
+ ErrorTypeNetwork,
ErrorTypeNotFound,
ErrorTypeUnknown,
ErrorTypeLast = ErrorTypeUnknown

Powered by Google App Engine
This is Rietveld 408576698