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

Unified Diff: Source/modules/notifications/NotificationAction.idl

Issue 1263043003: Add NotificationAction.action member (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@actions
Patch Set: Rebase Created 5 years, 5 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/modules/notifications/NotificationAction.idl
diff --git a/Source/modules/notifications/NotificationAction.idl b/Source/modules/notifications/NotificationAction.idl
index bce87e73532c31ded718b6aea05459bda2b206d6..044c054a291201fa013a6ce5d5ff1c3de325ef84 100644
--- a/Source/modules/notifications/NotificationAction.idl
+++ b/Source/modules/notifications/NotificationAction.idl
@@ -5,5 +5,6 @@
// https://notifications.spec.whatwg.org/#dictdef-notificationaction
dictionary NotificationAction {
+ required DOMString action;
required DOMString title;
};

Powered by Google App Engine
This is Rietveld 408576698