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

Unified Diff: ui/message_center/fake_message_center.cc

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.cc
diff --git a/ui/message_center/fake_message_center.cc b/ui/message_center/fake_message_center.cc
index 7b1a093b316ab3a4ca1f50732c380ada0c79ff97..fb2de13cecd6b7975fd6df13f212805fbc77c19c 100644
--- a/ui/message_center/fake_message_center.cc
+++ b/ui/message_center/fake_message_center.cc
@@ -85,6 +85,10 @@ void FakeMessageCenter::SetNotificationImage(const std::string& notification_id,
const gfx::Image& image) {
}
+void FakeMessageCenter::SetNotificationSmallImage(
+ const std::string& notification_id,
+ const gfx::Image& image) {}
+
void FakeMessageCenter::SetNotificationButtonIcon(
const std::string& notification_id,
int button_index,

Powered by Google App Engine
This is Rietveld 408576698