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

Unified Diff: ui/message_center/fake_message_center.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/fake_message_center.h
diff --git a/ui/message_center/fake_message_center.h b/ui/message_center/fake_message_center.h
index 92e00146d584f88adab5efddb52ca92c3a479eb8..b7522c88ed9a5ca6b387641523118aabfb0a5cd5 100644
--- a/ui/message_center/fake_message_center.h
+++ b/ui/message_center/fake_message_center.h
@@ -45,6 +45,8 @@ class FakeMessageCenter : public MessageCenter {
virtual void SetNotificationImage(const std::string& notification_id,
const gfx::Image& image) OVERRIDE;
+ virtual void SetNotificationSmallImage(const std::string& notification_id,
+ const gfx::Image& image) OVERRIDE;
virtual void SetNotificationButtonIcon(const std::string& notification_id,
int button_index,

Powered by Google App Engine
This is Rietveld 408576698