| Index: Source/modules/notifications/NotificationOptions.idl
|
| diff --git a/Source/modules/notifications/NotificationOptions.idl b/Source/modules/notifications/NotificationOptions.idl
|
| index aeeef61f70791863ca780c571c97d1b45178ae14..cfd399d4c1c833e985896e5b1880f9eb3eecc462 100644
|
| --- a/Source/modules/notifications/NotificationOptions.idl
|
| +++ b/Source/modules/notifications/NotificationOptions.idl
|
| @@ -19,6 +19,7 @@ dictionary NotificationOptions {
|
| // TODO(sh919.park): vibrate should be ([Clamp] unsigned long or sequence<unsigned long>)
|
| (unsigned long or sequence<unsigned long>) vibrate;
|
| boolean silent = false;
|
| + [RuntimeEnabled=NotificationExperimental] boolean requireInteraction = false;
|
| any data = null;
|
| [RuntimeEnabled=NotificationExperimental] sequence<NotificationAction> actions = [];
|
| };
|
|
|