| 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..32257e785570e49fb6cda2389261ac6e802e83aa 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;
|
|
|
| + // Small icon for the notification. The bitmap may be empty if the developer
|
| + // did not provide an icon, or fetching of the icon failed.
|
| + SkBitmap small_icon;
|
| +
|
| // 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;
|
|
|