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

Unified Diff: chrome/browser/browser_focus_uitest.cc

Issue 10332246: Fix typo when disabling BrowserFocusTest.ClickingMovesFocus (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months 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/browser_focus_uitest.cc
diff --git a/chrome/browser/browser_focus_uitest.cc b/chrome/browser/browser_focus_uitest.cc
index d34592babe74d789b2d53a4e49f9b22d71c5553b..e032995e5d2396b7d69e095c394e7f57d0cfdd13 100644
--- a/chrome/browser/browser_focus_uitest.cc
+++ b/chrome/browser/browser_focus_uitest.cc
@@ -221,9 +221,9 @@ class TestInterstitialPage : public content::InterstitialPageDelegate {
// Flaky on mac. http://crbug.com/67301.
#if defined(OS_MACOSX)
-#define MAYBE_FindFocusTest DISABLED_FindFocusTest
+#define MAYBE_ClickingMovesFocus DISABLED_ClickingMovesFocus
#else
-#define MAYBE_FindFocusTest FindFocusTest
+#define MAYBE_ClickingMovesFocus ClickingMovesFocus
#endif
IN_PROC_BROWSER_TEST_F(BrowserFocusTest, MAYBE_ClickingMovesFocus) {
ASSERT_TRUE(ui_test_utils::BringBrowserWindowToFront(browser()));
« 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