From 96f6a50247690d1058b1c08af2b871611c893326 Mon Sep 17 00:00:00 2001 From: oshima Date: Sat, 2 May 2015 01:43:32 -0700 Subject: Layout login/lock screen, shelf, app list, notifications inside the first display in Unified Desktop mode Remove obsolete command line flag. BUG=365662 TEST=ShelfLayoutManagerTest.ShelfLayoutInUnifiedDesktop, ScreenUtilTest.ShelfDisplayBoundsInUnifiedDesktop Review URL: https://codereview.chromium.org/1116313002 Cr-Commit-Position: refs/heads/master@{#328060} --- ash/shell_unittest.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ash/shell_unittest.cc') diff --git a/ash/shell_unittest.cc b/ash/shell_unittest.cc index b0f6b26..f74fdb0 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. -- cgit v1.1