Index: ui/message_center/message_center.h |
diff --git a/ui/message_center/message_center.h b/ui/message_center/message_center.h |
index 0815501d36b9c039c218a6d61cdcb9f2fa4ae570..ff7eb0310d8b8d5356b5f89bd506ca9134dfbbf7 100644 |
--- a/ui/message_center/message_center.h |
+++ b/ui/message_center/message_center.h |
@@ -129,6 +129,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. |