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

Unified Diff: Source/modules/notifications/NotificationAction.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: Add to global-interface-listing*-expected.txt 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
« no previous file with comments | « Source/modules/notifications/Notification.idl ('k') | Source/modules/notifications/NotificationOptions.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/notifications/NotificationAction.idl
diff --git a/Source/modules/notifications/GetNotificationOptions.idl b/Source/modules/notifications/NotificationAction.idl
similarity index 56%
copy from Source/modules/notifications/GetNotificationOptions.idl
copy to Source/modules/notifications/NotificationAction.idl
index 7ed11aaa37b4cbfe28ddabed476bd21526da63af..bce87e73532c31ded718b6aea05459bda2b206d6 100644
--- a/Source/modules/notifications/GetNotificationOptions.idl
+++ b/Source/modules/notifications/NotificationAction.idl
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// https://notifications.spec.whatwg.org/#service-worker-api
+// https://notifications.spec.whatwg.org/#dictdef-notificationaction
-dictionary GetNotificationOptions {
- DOMString tag = "";
+dictionary NotificationAction {
+ required DOMString title;
};
« no previous file with comments | « Source/modules/notifications/Notification.idl ('k') | Source/modules/notifications/NotificationOptions.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698