Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3231)

Unified Diff: chrome/browser/ui/find_bar/find_bar_host_browsertest.cc

Issue 8624005: Marks FindNextInNewTabUsesPrepopulate as flaky on aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
diff --git a/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc b/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
index 2294daa4edfe16b9d4c333f94502f2d06d310c5a..bd525f5fb10f71e0a5d2b44e2c7d949f89253c80 100644
--- a/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
+++ b/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
@@ -704,9 +704,9 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, FindMovesWhenObscuring) {
// See http://crbug.com/43070
#define MAYBE_FindNextInNewTabUsesPrepopulate \
DISABLED_FindNextInNewTabUsesPrepopulate
-#elif defined (OS_WIN)
-// Occasionally times-out on Windows, too.
-// See http://crbug.com/43070 and http://crbug.com/88316
+#elif defined(OS_WIN) || defined(USE_AURA)
+// Occasionally times-out on Windows or aura, too.
+// See http://crbug.com/43070
#define MAYBE_FindNextInNewTabUsesPrepopulate \
FLAKY_FindNextInNewTabUsesPrepopulate
#else
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698