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

Unified Diff: third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h

Issue 2715903002: Re-design Unsubscribe and getPermissionStatus mojo interfaces. (Closed)
Patch Set: Re-design Unsubscribe and getPermissionStatus mojo interfaces. Created 3 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 | « third_party/WebKit/Source/modules/push_messaging/PushError.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h
diff --git a/third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h b/third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h
index 82d40b449a5ec7d4bd412e1c062b3c4fc3970d11..d405df9803777b303e392f66076305069c91701e 100644
--- a/third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h
+++ b/third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h
@@ -13,10 +13,10 @@ struct WebPushError {
enum ErrorType {
ErrorTypeAbort = 0,
ErrorTypeNetwork,
+ ErrorTypeNone,
ErrorTypeNotAllowed,
ErrorTypeNotFound,
ErrorTypeNotSupported,
- ErrorTypeUnknown,
ErrorTypeInvalidState,
ErrorTypeLast = ErrorTypeInvalidState
};
« no previous file with comments | « third_party/WebKit/Source/modules/push_messaging/PushError.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698