| Index: content/public/common/notification_resources.h
|
| diff --git a/content/public/common/notification_resources.h b/content/public/common/notification_resources.h
|
| index c3b938d6c66a31593489b4b51015c328a20f94fe..2594836eceb0ce2a1bb89a4ab19dc9285adcdf1f 100644
|
| --- a/content/public/common/notification_resources.h
|
| +++ b/content/public/common/notification_resources.h
|
| @@ -22,6 +22,10 @@ struct CONTENT_EXPORT NotificationResources {
|
| // did not provide an icon, or fetching of the icon failed.
|
| SkBitmap notification_icon;
|
|
|
| + // Badge for the notification. The bitmap may be empty if the developer
|
| + // did not provide a badge, or fetching of the badge failed.
|
| + SkBitmap badge;
|
| +
|
| // Icons for the actions. A bitmap may be empty if the developer did not
|
| // provide an icon, or fetching of the icon failed.
|
| std::vector<SkBitmap> action_icons;
|
|
|