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

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

Issue 2261283002: Add Notification images (Blink + desktop implementation) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check IPC drawsNothing rather than isNull Created 4 years, 4 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: third_party/WebKit/Source/modules/notifications/Notification.idl
diff --git a/third_party/WebKit/Source/modules/notifications/Notification.idl b/third_party/WebKit/Source/modules/notifications/Notification.idl
index 606f80071b510444f19dc6fae36009d3024c98d6..3f7bab89a77e021c2c98540143df35719c7417cf 100644
--- a/third_party/WebKit/Source/modules/notifications/Notification.idl
+++ b/third_party/WebKit/Source/modules/notifications/Notification.idl
@@ -65,6 +65,7 @@ enum NotificationPermission {
readonly attribute DOMString lang;
readonly attribute DOMString body;
readonly attribute DOMString tag;
+ [RuntimeEnabled=NotificationImage] readonly attribute USVString image;
readonly attribute USVString icon;
[RuntimeEnabled=NotificationBadge] readonly attribute USVString badge;

Powered by Google App Engine
This is Rietveld 408576698