Index: ash/wm/base_layout_manager_unittest.cc |
diff --git a/ash/wm/base_layout_manager_unittest.cc b/ash/wm/base_layout_manager_unittest.cc |
index c6f7156e7750158bdbb5b9b27684c51c1add1125..ea0f6305f4a78e46599e19baf7fbb8d90ec34cc5 100644 |
--- a/ash/wm/base_layout_manager_unittest.cc |
+++ b/ash/wm/base_layout_manager_unittest.cc |
@@ -173,16 +173,9 @@ TEST_F(BaseLayoutManagerTest, FullscreenRootWindowResize) { |
window->bounds().ToString()); |
} |
-// Fails on Mac only. Need to be implemented. http://crbug.com/111279. |
-#if defined(OS_MACOSX) |
-#define MAYBE_RootWindowResizeShrinksWindows \ |
- DISABLED_RootWindowResizeShrinksWindows |
-#else |
-#define MAYBE_RootWindowResizeShrinksWindows RootWindowResizeShrinksWindows |
-#endif |
// Tests that when the screen gets smaller the windows aren't bigger than |
// the screen. |
-TEST_F(BaseLayoutManagerTest, MAYBE_RootWindowResizeShrinksWindows) { |
+TEST_F(BaseLayoutManagerTest, RootWindowResizeShrinksWindows) { |
scoped_ptr<aura::Window> window( |
CreateTestWindow(gfx::Rect(10, 20, 500, 400))); |
gfx::Rect work_area = Shell::GetScreen()->GetDisplayNearestWindow( |