Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: ui/message_center/message_center.h

Issue 11639041: Added support for image notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698