| Index: ui/message_center/message_center.h
|
| diff --git a/ui/message_center/message_center.h b/ui/message_center/message_center.h
|
| index 6aa5f96117be63b2d2317d1809a87744f6caebfc..d36a1b16a28207fa0e318ff8d0381981661bdd18 100644
|
| --- a/ui/message_center/message_center.h
|
| +++ b/ui/message_center/message_center.h
|
| @@ -120,6 +120,8 @@ class MESSAGE_CENTER_EXPORT MessageCenter : public NotificationList::Delegate {
|
| void SetNotificationSecondaryIcon(const std::string& id,
|
| const gfx::ImageSkia& image);
|
|
|
| + void SetNotificationImage(const std::string& id, const gfx::ImageSkia& image);
|
| +
|
| NotificationList* notification_list() { return notification_list_.get(); }
|
|
|
| // Overridden from NotificationList::Delegate.
|
|
|