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

Unified Diff: chrome/browser/notifications/sync_notifier/synced_notification_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: chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc
diff --git a/chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc b/chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc
index 6d7061dc2020828f2f54ba53ff30f5edd2ab73fe..7bccd382286df2770b628004b15264a86a6912dd 100644
--- a/chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc
+++ b/chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc
@@ -589,7 +589,6 @@ TEST_F(SyncedNotificationTest, ShowTest) {
UTF16ToUTF8(notification_manager.notification().body()));
EXPECT_EQ(kExpectedOriginUrl,
notification_manager.notification().origin_url().spec());
- EXPECT_EQ(kIconUrl1, notification_manager.notification().icon_url().spec());
EXPECT_EQ(kKey1,
UTF16ToUTF8(notification_manager.notification().replace_id()));
const DictionaryValue* actual_fields =

Powered by Google App Engine
This is Rietveld 408576698