Commit 1b3ee243 authored by koss@chromium.org's avatar koss@chromium.org

Re-enable ManuallyCloseMessageCenter in linux aura builds.

Test tuns without errors or warning on my machine.

BUG=163931

Review URL: https://codereview.chromium.org/163433014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251543 0039d316-1c4b-4281-b951-d872f2087c98
parent dbb03fbe
...@@ -218,15 +218,8 @@ IN_PROC_BROWSER_TEST_F(WebNotificationTrayTest, MAYBE_ManyPopupNotifications) { ...@@ -218,15 +218,8 @@ IN_PROC_BROWSER_TEST_F(WebNotificationTrayTest, MAYBE_ManyPopupNotifications) {
EXPECT_EQ(kMaxVisiblePopupNotifications, popups.size()); 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, IN_PROC_BROWSER_TEST_F(WebNotificationTrayTest,
MAYBE_ManuallyCloseMessageCenter) { ManuallyCloseMessageCenter) {
NotificationUIManager* manager = g_browser_process->notification_ui_manager(); NotificationUIManager* manager = g_browser_process->notification_ui_manager();
ASSERT_TRUE(manager->DelegatesToMessageCenter()); ASSERT_TRUE(manager->DelegatesToMessageCenter());
MessageCenterNotificationManager* mc_manager = MessageCenterNotificationManager* mc_manager =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment