| Index: ash/screen_ash_unittest.cc
|
| diff --git a/ash/screen_ash_unittest.cc b/ash/screen_ash_unittest.cc
|
| index 771415991d40f1646d44e8265203ac596eae3d5f..229ae1130a8b9861ae41a1bc7d95bb66483ff22d 100644
|
| --- a/ash/screen_ash_unittest.cc
|
| +++ b/ash/screen_ash_unittest.cc
|
| @@ -40,14 +40,6 @@ TEST_F(ScreenAshTest, Bounds) {
|
| ScreenAsh::GetMaximizedWindowBoundsInParent(
|
| secondary->GetNativeView()).ToString());
|
|
|
| - // Unmaximized work area bounds
|
| - EXPECT_EQ("0,0 600x597",
|
| - ScreenAsh::GetUnmaximizedWorkAreaBoundsInParent(
|
| - primary->GetNativeView()).ToString());
|
| - EXPECT_EQ("0,0 500x500",
|
| - ScreenAsh::GetUnmaximizedWorkAreaBoundsInParent(
|
| - secondary->GetNativeView()).ToString());
|
| -
|
| // Display bounds
|
| EXPECT_EQ("0,0 600x600",
|
| ScreenAsh::GetDisplayBoundsInParent(
|
|
|