Index: chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc |
diff --git a/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc b/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc |
index c4ea34dbb9959914683401d705f3a2495085e05a..e9a26eda772c5c041ceb18608e5c2370781d159f 100644 |
--- a/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc |
+++ b/chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc |
@@ -218,15 +218,8 @@ IN_PROC_BROWSER_TEST_F(WebNotificationTrayTest, MAYBE_ManyPopupNotifications) { |
EXPECT_EQ(kMaxVisiblePopupNotifications, popups.size()); |
} |
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS) && defined(USE_AURA) |
-// TODO(erg): linux_aura bringup: http://crbug.com/163931 |
-#define MAYBE_ManuallyCloseMessageCenter DISABLED_ManuallyCloseMessageCenter |
-#else |
-#define MAYBE_ManuallyCloseMessageCenter ManuallyCloseMessageCenter |
-#endif |
- |
IN_PROC_BROWSER_TEST_F(WebNotificationTrayTest, |
- MAYBE_ManuallyCloseMessageCenter) { |
+ ManuallyCloseMessageCenter) { |
NotificationUIManager* manager = g_browser_process->notification_ui_manager(); |
ASSERT_TRUE(manager->DelegatesToMessageCenter()); |
MessageCenterNotificationManager* mc_manager = |