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

Unified Diff: Source/modules/notifications/NotificationOptions.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/NotificationOptions.idl
diff --git a/Source/modules/notifications/NotificationOptions.idl b/Source/modules/notifications/NotificationOptions.idl
index 7908a46c2ac8c2368d350cfc4d02234f8282e196..c1e766a9338406fdaadd06eef01263a616bea627 100644
--- a/Source/modules/notifications/NotificationOptions.idl
+++ b/Source/modules/notifications/NotificationOptions.idl
@@ -17,4 +17,5 @@ dictionary NotificationOptions {
DOMString tag = "";
DOMString icon;
boolean silent = false;
+ any data = null;
Peter Beverloo 2015/03/10 23:34:26 While we don't actually generate code for it in th
Sanghyun Park 2015/03/11 10:59:52 I'll add [RuntimeEnabled=NotificationExperimental]
};

Powered by Google App Engine
This is Rietveld 408576698