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

Unified Diff: Source/core/dom/ExceptionCode.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: Source/core/dom/ExceptionCode.h
diff --git a/Source/core/dom/ExceptionCode.h b/Source/core/dom/ExceptionCode.h
index 9123efefe6f3818f0f9f0f7cf2fb917d87d48695..fb008e99fedd2dab607d1d1b02808be776392460 100644
--- a/Source/core/dom/ExceptionCode.h
+++ b/Source/core/dom/ExceptionCode.h
@@ -81,6 +81,9 @@ enum {
// Web Crypto
OperationError,
+
+ // Push API
+ PermissionDeniedError,
};
enum V8ErrorType {

Powered by Google App Engine
This is Rietveld 408576698