Chromium Code Reviews| Index: Source/modules/notifications/Notification.idl |
| diff --git a/Source/modules/notifications/Notification.idl b/Source/modules/notifications/Notification.idl |
| index e684d228a338e83e0478ab345aef6b15b0482777..32072f7a36108e4379852cdb388472a16165b0b5 100644 |
| --- a/Source/modules/notifications/Notification.idl |
| +++ b/Source/modules/notifications/Notification.idl |
| @@ -55,6 +55,8 @@ |
| readonly attribute DOMString body; |
| readonly attribute DOMString tag; |
| readonly attribute DOMString icon; |
| + |
| + [RuntimeEnabled=NotificationExperimental] readonly attribute sequence<unsigned long>? vibrate; |
|
timvolodine
2015/04/13 11:55:18
why is "sequence<unsigned long>" used here and "un
Sanghyun Park
2015/04/13 13:35:08
It has not been decided how to expose the vibratio
|
| readonly attribute boolean silent; |
| [RuntimeEnabled=NotificationExperimental, CallWith=ScriptState] readonly attribute any data; |