Chromium Code Reviews| 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
|
| }; |