Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / message_center / web_notification_tray_browsertest.cc
index c4ea34d..e9a26ed 100644 (file)
@@ -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 =