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

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

Issue 1263043002: Add NotificationOptions.actions so websites can provide buttons (blink) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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
Index: Source/modules/notifications/NotificationOptions.idl
diff --git a/Source/modules/notifications/NotificationOptions.idl b/Source/modules/notifications/NotificationOptions.idl
index 364907ecd5f001f352a63e93bf13fc05eba8aa99..aeeef61f70791863ca780c571c97d1b45178ae14 100644
--- a/Source/modules/notifications/NotificationOptions.idl
+++ b/Source/modules/notifications/NotificationOptions.idl
@@ -20,4 +20,5 @@ dictionary NotificationOptions {
(unsigned long or sequence<unsigned long>) vibrate;
boolean silent = false;
any data = null;
+ [RuntimeEnabled=NotificationExperimental] sequence<NotificationAction> actions = [];
};

Powered by Google App Engine
This is Rietveld 408576698