Commit 2eb78c3d authored by koss@chromium.org's avatar koss@chromium.org

Re-enable ManyPopupNotifications test for linux aura.

The test passes now, but with the IsFullScreenMode implementation warning (harmless to
this test).

BUG=163931

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252047 0039d316-1c4b-4281-b951-d872f2087c98
parent d63d1584
...@@ -182,14 +182,7 @@ IN_PROC_BROWSER_TEST_F(WebNotificationTrayTest, ...@@ -182,14 +182,7 @@ IN_PROC_BROWSER_TEST_F(WebNotificationTrayTest,
tray->message_center_delegate_->NumMessageViewsForTest()); tray->message_center_delegate_->NumMessageViewsForTest());
} }
#if defined(OS_LINUX) && !defined(OS_CHROMEOS) && defined(USE_AURA) IN_PROC_BROWSER_TEST_F(WebNotificationTrayTest, ManyPopupNotifications) {
// TODO(erg): linux_aura bringup: http://crbug.com/163931
#define MAYBE_ManyPopupNotifications DISABLED_ManyPopupNotifications
#else
#define MAYBE_ManyPopupNotifications ManyPopupNotifications
#endif
IN_PROC_BROWSER_TEST_F(WebNotificationTrayTest, MAYBE_ManyPopupNotifications) {
scoped_ptr<WebNotificationTray> tray(new WebNotificationTray()); scoped_ptr<WebNotificationTray> tray(new WebNotificationTray());
message_center::MessageCenter* message_center = tray->message_center(); message_center::MessageCenter* message_center = tray->message_center();
......
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