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

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

Issue 1644573002: Notification actions may have an icon url. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: third_party/WebKit/Source/modules/notifications/NotificationAction.idl
diff --git a/third_party/WebKit/Source/modules/notifications/NotificationAction.idl b/third_party/WebKit/Source/modules/notifications/NotificationAction.idl
index 044c054a291201fa013a6ce5d5ff1c3de325ef84..c99ee9fef90b461e3430e6cc1b9e353bb0ba3288 100644
--- a/third_party/WebKit/Source/modules/notifications/NotificationAction.idl
+++ b/third_party/WebKit/Source/modules/notifications/NotificationAction.idl
@@ -7,4 +7,5 @@
dictionary NotificationAction {
required DOMString action;
required DOMString title;
+ [RuntimeEnabled=NotificationExperimental] USVString icon;
Peter Beverloo 2016/01/27 13:24:45 nit: since this bit us in the past, have you consi
Michael van Ouwerkerk 2016/01/27 14:24:32 I did consider it, but wanted to get this out for
};

Powered by Google App Engine
This is Rietveld 408576698