| 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 cbb5c6102d15277d440a0927161093596728a3b4..6dd09901ac92eed4877747b91443e6e759cedfe7 100644
|
| --- a/chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc
|
| +++ b/chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc
|
| @@ -330,6 +330,10 @@ TEST_F(SyncedNotificationTest, OnFetchCompleteTest) {
|
|
|
| notification1_->OnFetchComplete(GURL(kButtonTwoIconUrl), &bitmap);
|
|
|
| + // Expect that the app icon has some data in it.
|
| + EXPECT_FALSE(notification1_->GetAppIcon().IsEmpty());
|
| + EXPECT_FALSE(notification_manager()->notification().small_image().IsEmpty());
|
| +
|
| // Since we check Show() thoroughly in its own test, we only check cursorily.
|
| EXPECT_EQ(message_center::NOTIFICATION_TYPE_IMAGE,
|
| notification_manager()->notification().type());
|
|
|