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

Unified Diff: ui/message_center/message_center_impl.h

Issue 149433005: Adds a small icon to notifications, and connects it to synced notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add testing. Created 6 years, 11 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
Index: ui/message_center/message_center_impl.h
diff --git a/ui/message_center/message_center_impl.h b/ui/message_center/message_center_impl.h
index faee65818042d4ab0a4c94e5691740ac1cb385c6..d0b6f03674ea391bd922cfaf6009c4682b262af6 100644
--- a/ui/message_center/message_center_impl.h
+++ b/ui/message_center/message_center_impl.h
@@ -170,6 +170,8 @@ class MessageCenterImpl : public MessageCenter,
virtual void SetNotificationButtonIcon(const std::string& notification_id,
int button_index,
const gfx::Image& image) OVERRIDE;
+ virtual void SetNotificationSmallImage(const std::string& notification_id,
+ const gfx::Image& image) OVERRIDE;
virtual void DisableNotificationsByNotifier(
const NotifierId& notifier_id) OVERRIDE;
virtual void ExpandNotification(const std::string& id) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698