Chromium Code Reviews| Index: Source/modules/notifications/Notification.idl |
| diff --git a/Source/modules/notifications/Notification.idl b/Source/modules/notifications/Notification.idl |
| index e4523ad835e66d8d1245d5bbd28b8db7ad2694c1..c686fd2da6fed95e814daf044550d2c8d8d7dccd 100644 |
| --- a/Source/modules/notifications/Notification.idl |
| +++ b/Source/modules/notifications/Notification.idl |
| @@ -62,5 +62,8 @@ |
| readonly attribute boolean silent; |
| [CallWith=ScriptState] readonly attribute any data; |
| + // TODO(johnme): The spec uses a FrozenArray, but sequence seems to behave like one already. Investigate why. |
|
Peter Beverloo
2015/07/31 15:38:49
Please refer to an Issue #. Figuring this out is a
johnme
2015/07/31 16:08:52
Done.
|
| + [RuntimeEnabled=NotificationExperimental] readonly attribute sequence<NotificationAction> actions; |
| + |
| [MeasureAs=NotificationClosed] void close(); |
| }; |