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

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

Issue 2199213003: Use NotAllowedError instead of PermissionDeniedError for the Push API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix the browser tests Created 4 years, 4 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 bf048ec6a2ac75778e3e510f6c457030c3934e47..468123d5f40694de5c1b13a188ca9ce2164f97c3 100644
--- a/third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h
+++ b/third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h
@@ -13,9 +13,9 @@ struct WebPushError {
enum ErrorType {
ErrorTypeAbort = 0,
ErrorTypeNetwork,
+ ErrorTypeNotAllowed,
ErrorTypeNotFound,
ErrorTypeNotSupported,
- ErrorTypePermissionDenied,
ErrorTypeUnknown,
ErrorTypeLast = ErrorTypeUnknown
};
« 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