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

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

Issue 1412223007: Ship Notification action buttons by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notexp
Patch Set: Rebase Created 5 years, 2 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 | « third_party/WebKit/Source/modules/notifications/NotificationData.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/notifications/NotificationOptions.idl
diff --git a/third_party/WebKit/Source/modules/notifications/NotificationOptions.idl b/third_party/WebKit/Source/modules/notifications/NotificationOptions.idl
index 3047c29604b980fc19f3291d53fca0654c859564..feba5b0e4b13fbdb4b730e7a2dcfdc5e11a50076 100644
--- a/third_party/WebKit/Source/modules/notifications/NotificationOptions.idl
+++ b/third_party/WebKit/Source/modules/notifications/NotificationOptions.idl
@@ -21,5 +21,5 @@ dictionary NotificationOptions {
boolean silent = false;
boolean requireInteraction = false;
any data = null;
- [RuntimeEnabled=NotificationExperimental] sequence<NotificationAction> actions = [];
+ sequence<NotificationAction> actions = [];
};
« no previous file with comments | « third_party/WebKit/Source/modules/notifications/NotificationData.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698