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

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

Issue 993893002: Add the data attribute to the Notification object (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: [WIP] modified wrong comment. Created 5 years, 9 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/Notification.idl
diff --git a/Source/modules/notifications/Notification.idl b/Source/modules/notifications/Notification.idl
index e04824c44f14ba816dad9c88a4619f0699f68f62..a6c6743c643c126d0d0a09ad1792c4e5c3def032 100644
--- a/Source/modules/notifications/Notification.idl
+++ b/Source/modules/notifications/Notification.idl
@@ -56,6 +56,7 @@
readonly attribute DOMString tag;
readonly attribute DOMString icon;
readonly attribute boolean silent;
+ [Custom=Getter] readonly attribute any data;
Peter Beverloo 2015/03/10 23:34:26 Since we haven't send out an Intent to Ship yet, a
Sanghyun Park 2015/03/11 10:59:52 I think this name is fine.:) I'll add this runtime
[MeasureAs=NotificationClosed] void close();
};

Powered by Google App Engine
This is Rietveld 408576698