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

Unified Diff: third_party/WebKit/public/platform/modules/notifications/notification.mojom

Issue 2261283002: Add Notification images (Blink + desktop implementation) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/public/platform/modules/notifications/notification.mojom
diff --git a/third_party/WebKit/public/platform/modules/notifications/notification.mojom b/third_party/WebKit/public/platform/modules/notifications/notification.mojom
index b969e47eb010b76fa97c8e03afff9b838f430a53..11e61ed5d418e927ab370f21ffb301df6c978f56 100644
--- a/third_party/WebKit/public/platform/modules/notifications/notification.mojom
+++ b/third_party/WebKit/public/platform/modules/notifications/notification.mojom
@@ -58,6 +58,9 @@ struct Notification {
// tag will replace the first displayed notification.
string tag;
+ // URL of the image which is to be displayed with the notification.
+ string image;
Peter Beverloo 2016/08/22 20:11:07 nit: we need to remove this file, no need to add t
johnme 2016/08/23 14:59:49 Done, ditto for content/browser/notifications/type
+
// URL of the icon which is to be displayed with the notification.
string icon;

Powered by Google App Engine
This is Rietveld 408576698