Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2141)

Unified Diff: ash/shell_unittest.cc

Issue 1116313002: Layout login/lock screen, shelf and app list inside the first display in Unified Desktop mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « ash/shelf/shelf_layout_manager_unittest.cc ('k') | ash/system/web_notification/ash_popup_alignment_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698