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; |