| 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 a704efa4c28bf180136531ceb68a2eed7d80b5a3..b96cd802f8576639c0262e91d1bb540da7466602 100644
|
| --- a/content/public/common/platform_notification_data.h
|
| +++ b/content/public/common/platform_notification_data.h
|
| @@ -71,6 +71,10 @@ struct CONTENT_EXPORT PlatformNotificationData {
|
| // URL of the icon which is to be displayed with the notification.
|
| GURL icon;
|
|
|
| + // URL of the badge for representing the notification. May be empty if no url
|
| + // was specified.
|
| + GURL badge;
|
| +
|
| // Vibration pattern for the notification, following the syntax of the
|
| // Vibration API. https://www.w3.org/TR/vibration/
|
| std::vector<int> vibration_pattern;
|
|
|