Chromium Code Reviews| Index: ash/shell_unittest.cc |
| diff --git a/ash/shell_unittest.cc b/ash/shell_unittest.cc |
| index b0f6b261ea50087abb6f5fb5352e8b90c0099b30..f74fdb0f07a9c3d95ed04bd2796d810f45ce3fdf 100644 |
| --- a/ash/shell_unittest.cc |
| +++ b/ash/shell_unittest.cc |
| @@ -374,6 +374,9 @@ TEST_F(ShellTest, LockScreenClosesActiveMenu) { |
| } |
| TEST_F(ShellTest, ManagedWindowModeBasics) { |
| + if (!SupportsHostWindowResize()) |
| + return; |
| + |
| // We start with the usual window containers. |
| ExpectAllContainers(); |
| // Shelf is visible. |