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

Unified Diff: ui/message_center/views/message_center_view_unittest.cc

Issue 14631005: Enable users of NotificationUIManager to specify binary images. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove fake image from synced notification, stop checking icon_url in unit test. Created 7 years, 7 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/views/message_center_view_unittest.cc
diff --git a/ui/message_center/views/message_center_view_unittest.cc b/ui/message_center/views/message_center_view_unittest.cc
index 3a000f59c616c2f0245ca6bdac087c68000244c0..4e6c7796f02f97e03fa32ee57abafe0b3fc70b2a 100644
--- a/ui/message_center/views/message_center_view_unittest.cc
+++ b/ui/message_center/views/message_center_view_unittest.cc
@@ -131,6 +131,7 @@ void MessageCenterViewTest::SetUp() {
std::string("notification id"),
UTF8ToUTF16("title"),
UTF8ToUTF16("message"),
+ gfx::Image(),
UTF8ToUTF16("display source"),
std::string("extension id"),
NULL,

Powered by Google App Engine
This is Rietveld 408576698