| 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
|
|
|