summaryrefslogtreecommitdiffstats
path: root/chrome/test/automated_ui_tests
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/automated_ui_tests')
-rw-r--r--chrome/test/automated_ui_tests/automated_ui_test_test.cc10
1 files changed, 1 insertions, 9 deletions
diff --git a/chrome/test/automated_ui_tests/automated_ui_test_test.cc b/chrome/test/automated_ui_tests/automated_ui_test_test.cc
index 66fe53c..73e49ad 100644
--- a/chrome/test/automated_ui_tests/automated_ui_test_test.cc
+++ b/chrome/test/automated_ui_tests/automated_ui_test_test.cc
@@ -24,14 +24,6 @@
DISABLED_OpenCloseBrowserWindowWithAccelerator
#endif
-// Automation pieces are not implemented for these on platforms other than
-// Windows.
-#if defined(OS_WIN)
-#define MAYBE_ShowBookmarkBar ShowBookmarkBar
-#else
-#define MAYBE_ShowBookmarkBar DISABLED_ShowBookmarkBar
-#endif
-
// FindBarTesting not implemented on mac.
#if defined(OS_MACOSX)
#define MAYBE_FindInPage DISABLED_FindInPage
@@ -366,7 +358,7 @@ TEST_F(AutomatedUITestBase, SelectTab) {
ASSERT_EQ(2, active_tab_index);
}
-TEST_F(AutomatedUITestBase, MAYBE_ShowBookmarkBar) {
+TEST_F(AutomatedUITestBase, ShowBookmarkBar) {
ASSERT_TRUE(ShowBookmarkBar());
bool is_visible;
bool is_animating;