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

Unified Diff: public/platform/WebPushError.h

Issue 801393002: PushRegistration.unregister() can fail with a NetworkError. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@push_unregister
Patch Set: Created 6 years 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/push_messaging/PushRegistration.cpp ('k') | public/platform/WebPushProvider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebPushError.h
diff --git a/public/platform/WebPushError.h b/public/platform/WebPushError.h
index 62962be0ee8416bc9541d9e67471e048a4848aa6..56a89791efc48b41fdda986392cbb5421ed9e988 100644
--- a/public/platform/WebPushError.h
+++ b/public/platform/WebPushError.h
@@ -12,6 +12,7 @@ namespace blink {
struct WebPushError {
enum ErrorType {
ErrorTypeAbort = 0,
+ ErrorTypeNetwork,
ErrorTypeNotFound,
ErrorTypeUnknown,
ErrorTypeLast = ErrorTypeUnknown
« no previous file with comments | « Source/modules/push_messaging/PushRegistration.cpp ('k') | public/platform/WebPushProvider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698