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

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: Fix bug detected by try bots. Created 7 years, 12 months 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
« no previous file with comments | « chrome/browser/ui/views/ash/balloon_view_ash.cc ('k') | ui/message_center/message_center.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/ui/views/ash/balloon_view_ash.cc ('k') | ui/message_center/message_center.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698