| Index: chrome/browser/dom_ui/new_tab_ui_uitest.cc
|
| diff --git a/chrome/browser/dom_ui/new_tab_ui_uitest.cc b/chrome/browser/dom_ui/new_tab_ui_uitest.cc
|
| index 863d9810ad0992fc2fdd51704eebd79d045b42f2..39f41e274b363051090ed68c1101e7daef39db0c 100644
|
| --- a/chrome/browser/dom_ui/new_tab_ui_uitest.cc
|
| +++ b/chrome/browser/dom_ui/new_tab_ui_uitest.cc
|
| @@ -30,8 +30,7 @@ class NewTabUITest : public UITest {
|
| }
|
| };
|
|
|
| -// Failing about 90% on XP. http://crbug.com/49389
|
| -TEST_F(NewTabUITest, FLAKY_NTPHasThumbnails) {
|
| +TEST_F(NewTabUITest, NTPHasThumbnails) {
|
| // Switch to the "new tab" tab, which should be any new tab after the
|
| // first (the first is about:blank).
|
| scoped_refptr<BrowserProxy> window(automation()->GetBrowserWindow(0));
|
| @@ -99,8 +98,7 @@ TEST_F(NewTabUITest, UpdateUserPrefsVersion) {
|
| ASSERT_FALSE(migrated);
|
| }
|
|
|
| -// Failing about 90% on XP. http://crbug.com/49389
|
| -TEST_F(NewTabUITest, FLAKY_HomePageLink) {
|
| +TEST_F(NewTabUITest, HomePageLink) {
|
| scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
|
| ASSERT_TRUE(browser.get());
|
|
|
|
|