| Index: ash/system/web_notification/web_notification_tray_unittest.cc
|
| diff --git a/ash/system/web_notification/web_notification_tray_unittest.cc b/ash/system/web_notification/web_notification_tray_unittest.cc
|
| index d41035b4cb83e3a04ff6abcb02c165eca9e56c56..262a17f86409a6255b70bd532644517ab1295c9f 100644
|
| --- a/ash/system/web_notification/web_notification_tray_unittest.cc
|
| +++ b/ash/system/web_notification/web_notification_tray_unittest.cc
|
| @@ -266,9 +266,6 @@ TEST_P(WebNotificationTrayTest, DISABLED_ManyPopupNotifications) {
|
|
|
| // Verifies if the notification appears on both displays when extended mode.
|
| TEST_P(WebNotificationTrayTest, PopupShownOnBothDisplays) {
|
| - if (!SupportsMultipleDisplays())
|
| - return;
|
| -
|
| Shell::GetInstance()
|
| ->screen_layout_observer()
|
| ->set_show_notifications_for_testing(true);
|
|
|