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

Unified Diff: ash/dip_unittest.cc

Issue 2618143002: cros: Remove some OS platform ifdefs from ash (Closed)
Patch Set: rebase Created 3 years, 11 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 | « ash/content/shell_content_state.cc ('k') | ash/drag_drop/drag_drop_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/dip_unittest.cc
diff --git a/ash/dip_unittest.cc b/ash/dip_unittest.cc
index 3dc292395329d7dbb850969b310eec2b656e1f6b..3844f773e618a7be928eb62d1641b9ae02112c8c 100644
--- a/ash/dip_unittest.cc
+++ b/ash/dip_unittest.cc
@@ -38,8 +38,6 @@ INSTANTIATE_TEST_CASE_P(
MaterialDesignController::MATERIAL_EXPERIMENTAL));
// Test if the WM sets correct work area under different density.
-// TODO(msw): Broken on Windows. http://crbug.com/584038
-#if defined(OS_CHROMEOS)
TEST_P(DIPTest, WorkArea) {
const int height_offset = GetMdMaximizedWindowHeightOffset();
UpdateDisplay("1000x900*1.0f");
@@ -79,6 +77,5 @@ TEST_P(DIPTest, WorkArea) {
EXPECT_EQ(display_2x.bounds().InsetsFrom(work_area).height(),
shelf->shelf_widget()->GetNativeView()->layer()->bounds().height());
}
-#endif // defined(OS_CHROMEOS)
} // namespace ash
« no previous file with comments | « ash/content/shell_content_state.cc ('k') | ash/drag_drop/drag_drop_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698