Chromium Code Reviews| Index: ash/shell_unittest.cc |
| diff --git a/ash/shell_unittest.cc b/ash/shell_unittest.cc |
| index b0f6b261ea50087abb6f5fb5352e8b90c0099b30..00d3b9b9ecad1f04a0c8d5a9952a97fc249b1894 100644 |
| --- a/ash/shell_unittest.cc |
| +++ b/ash/shell_unittest.cc |
| @@ -374,6 +374,9 @@ TEST_F(ShellTest, LockScreenClosesActiveMenu) { |
| } |
| TEST_F(ShellTest, ManagedWindowModeBasics) { |
| + if (!SupporsHostWindowResize()) |
| + return; |
|
oshima
2015/05/02 01:37:51
This is now necessary as the shelf's bounds uses d
|
| + |
| // We start with the usual window containers. |
| ExpectAllContainers(); |
| // Shelf is visible. |