Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: Source/modules/notifications/NotificationOptions.idl

Issue 1319783006: Ship Notifications requireInteraction by default (blink side) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@requireinteraction2
Patch Set: Update virtual/stable webexposed expectations Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/notifications/Notification.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/notifications/NotificationOptions.idl
diff --git a/Source/modules/notifications/NotificationOptions.idl b/Source/modules/notifications/NotificationOptions.idl
index b1f91a6164d32c9ccf85528132938f9e786cc655..3047c29604b980fc19f3291d53fca0654c859564 100644
--- a/Source/modules/notifications/NotificationOptions.idl
+++ b/Source/modules/notifications/NotificationOptions.idl
@@ -19,7 +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;
+ boolean requireInteraction = false;
any data = null;
[RuntimeEnabled=NotificationExperimental] sequence<NotificationAction> actions = [];
};
« no previous file with comments | « Source/modules/notifications/Notification.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698