| Index: content/public/common/show_desktop_notification_params.h
|
| diff --git a/content/public/common/show_desktop_notification_params.h b/content/public/common/show_desktop_notification_params.h
|
| index 327f91cb8b63b5ac5027e639ad108b83737d4083..c601654409a399cef6243a451cd37639185ca4c7 100644
|
| --- a/content/public/common/show_desktop_notification_params.h
|
| +++ b/content/public/common/show_desktop_notification_params.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "content/common/content_export.h"
|
| #include "third_party/WebKit/public/web/WebTextDirection.h"
|
| +#include "third_party/skia/include/core/SkBitmap.h"
|
| #include "url/gurl.h"
|
|
|
| namespace content {
|
| @@ -19,8 +20,9 @@ struct CONTENT_EXPORT ShowDesktopNotificationHostMsgParams {
|
| // URL which is the origin that created this notification.
|
| GURL origin;
|
|
|
| - // Contents of the notification if is_html is false.
|
| - GURL icon_url;
|
| + // Image to be displayed as part of the notification.
|
| + SkBitmap icon;
|
| +
|
| base::string16 title;
|
| base::string16 body;
|
|
|
|
|