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

Unified Diff: ui/message_center/notification_list_unittest.cc

Issue 21308002: Update Mac notification tray behavior. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix mac tests. Created 7 years, 5 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
« no previous file with comments | « ui/message_center/notification_list.cc ('k') | ui/resources/default_100_percent/mac/tray_icon_pressed.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/notification_list_unittest.cc
diff --git a/ui/message_center/notification_list_unittest.cc b/ui/message_center/notification_list_unittest.cc
index e7d25855042932539ab2e4283bf5e49297087665..a1b354b4e575eb29ae1f83935263fba87be132d7 100644
--- a/ui/message_center/notification_list_unittest.cc
+++ b/ui/message_center/notification_list_unittest.cc
@@ -606,9 +606,6 @@ TEST_F(NotificationListTest, QuietMode) {
AddPriorityNotification(MAX_PRIORITY);
EXPECT_EQ(3u, notification_list()->NotificationCount());
EXPECT_EQ(0u, GetPopupCounts());
- // TODO(mukai): fix here when notification_list distinguish dismiss by quiet
- // mode and by user operation.
- EXPECT_EQ(0u, notification_list()->unread_count());
notification_list()->SetQuietMode(false);
AddNotification();
« no previous file with comments | « ui/message_center/notification_list.cc ('k') | ui/resources/default_100_percent/mac/tray_icon_pressed.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698