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

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

Issue 1130233003: Reject the permissionState promise with NotSupported Exception (1/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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/modules/push_messaging/WebPushError.h
diff --git a/public/platform/modules/push_messaging/WebPushError.h b/public/platform/modules/push_messaging/WebPushError.h
index 912e30bedd4eea1cd8a561717ae1c15b98627586..05ed1871be51f1f5a614bf60df7d00661e1cc1a0 100644
--- a/public/platform/modules/push_messaging/WebPushError.h
+++ b/public/platform/modules/push_messaging/WebPushError.h
@@ -14,6 +14,7 @@ struct WebPushError {
ErrorTypeAbort = 0,
ErrorTypeNetwork,
ErrorTypeNotFound,
+ ErrorTypeNotSupported,
ErrorTypeUnknown,
ErrorTypeLast = ErrorTypeUnknown
};

Powered by Google App Engine
This is Rietveld 408576698