| Index: chrome/browser/notifications/notification_browsertest.cc
|
| diff --git a/chrome/browser/notifications/notification_browsertest.cc b/chrome/browser/notifications/notification_browsertest.cc
|
| index 36262e5449f9ec1a2e4ab138826af39766f8ebba..06d27b74b049cef4ca7fff0d5f8f7787142a9984 100644
|
| --- a/chrome/browser/notifications/notification_browsertest.cc
|
| +++ b/chrome/browser/notifications/notification_browsertest.cc
|
| @@ -363,15 +363,8 @@ void NotificationsTest::DropOriginPreference(const GURL& origin) {
|
| ContentSettingsPattern::FromURLNoWildcard(origin));
|
| }
|
|
|
| -// If this flakes, use http://crbug.com/62311 and http://crbug.com/74428.
|
| -// Flaky on Windows: http://crbug.com/437414.
|
| -#if defined(OS_WIN)
|
| -#define MAYBE_TestUserGestureInfobar DISABLED_TestUserGestureInfobar
|
| -#else
|
| -#define MAYBE_TestUserGestureInfobar TestUserGestureInfobar
|
| -#endif
|
| -
|
| -IN_PROC_BROWSER_TEST_F(NotificationsTest, MAYBE_TestUserGestureInfobar) {
|
| +// Flaky on Windows, Mac, Linux: http://crbug.com/437414.
|
| +IN_PROC_BROWSER_TEST_F(NotificationsTest, DISABLED_TestUserGestureInfobar) {
|
| ASSERT_TRUE(embedded_test_server()->InitializeAndWaitUntilReady());
|
|
|
| ui_test_utils::NavigateToURL(
|
|
|