Index: Source/modules/notifications/Notification.idl |
diff --git a/Source/modules/notifications/Notification.idl b/Source/modules/notifications/Notification.idl |
index 142212bd3cf0ea480a0baa0f9e618322c2e7ab2c..7a78b967ff3d2f3d99f10962ef1bea621da1168e 100644 |
--- a/Source/modules/notifications/Notification.idl |
+++ b/Source/modules/notifications/Notification.idl |
@@ -70,6 +70,7 @@ enum NotificationPermission { |
[RuntimeEnabled=NotificationExperimental] readonly attribute sequence<unsigned long>? vibrate; |
readonly attribute boolean silent; |
+ [RuntimeEnabled=NotificationExperimental] readonly attribute boolean requireInteraction; |
[CallWith=ScriptState, SameObject] readonly attribute any data; |
// TODO(johnme): The spec requires a FrozenArray, but sequence seems to behave like one already?! https://crbug.com/515920 |