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

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

Issue 1314493008: Add a PermissionDeniedError, update Push API public API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
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 05ed1871be51f1f5a614bf60df7d00661e1cc1a0..bf048ec6a2ac75778e3e510f6c457030c3934e47 100644
--- a/public/platform/modules/push_messaging/WebPushError.h
+++ b/public/platform/modules/push_messaging/WebPushError.h
@@ -15,6 +15,7 @@ struct WebPushError {
ErrorTypeNetwork,
ErrorTypeNotFound,
ErrorTypeNotSupported,
+ ErrorTypePermissionDenied,
ErrorTypeUnknown,
ErrorTypeLast = ErrorTypeUnknown
};
« Source/bindings/core/v8/PrivateScriptRunner.js ('K') | « Source/modules/push_messaging/PushError.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698