| Index: content/public/common/platform_notification_data.h
|
| diff --git a/content/public/common/platform_notification_data.h b/content/public/common/platform_notification_data.h
|
| index 65a8891caec3439a4410cc7c220bf1284076d03b..45781bebd8c2792eda0f4e4e9303c55410883fff 100644
|
| --- a/content/public/common/platform_notification_data.h
|
| +++ b/content/public/common/platform_notification_data.h
|
| @@ -27,6 +27,9 @@ struct CONTENT_EXPORT PlatformNotificationAction {
|
|
|
| // Title of the button.
|
| base::string16 title;
|
| +
|
| + // URL of the icon for the button. May be empty if no url was specified.
|
| + GURL icon;
|
| };
|
|
|
| // Structure representing the information associated with a Web Notification.
|
|
|