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

Unified Diff: ash/common/wallpaper/wallpaper_controller_unittest.cc

Issue 2653593004: chromeos: Remove AshTestBase::SupportsMultipleDisplays (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « ash/common/test/ash_test_impl.h ('k') | ash/common/wm/workspace/workspace_layout_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wallpaper/wallpaper_controller_unittest.cc
diff --git a/ash/common/wallpaper/wallpaper_controller_unittest.cc b/ash/common/wallpaper/wallpaper_controller_unittest.cc
index acbb0bf2fd08b9339f3c381fa1f8f95d7363d4ef..b05bf4a462ac68d48fd264d3b71130b67c0dd725 100644
--- a/ash/common/wallpaper/wallpaper_controller_unittest.cc
+++ b/ash/common/wallpaper/wallpaper_controller_unittest.cc
@@ -348,9 +348,6 @@ TEST_F(WallpaperControllerTest, ChangeWallpaperQuick) {
}
TEST_F(WallpaperControllerTest, ResizeCustomWallpaper) {
- if (!SupportsMultipleDisplays())
- return;
-
UpdateDisplay("320x200");
gfx::ImageSkia image = CreateImage(640, 480, kCustomWallpaperColor);
@@ -388,9 +385,6 @@ TEST_F(WallpaperControllerTest, GetMaxDisplaySize) {
EXPECT_EQ("1000x300",
WallpaperController::GetMaxDisplaySizeInNative().ToString());
- if (!SupportsMultipleDisplays())
- return;
-
// First display has maximum size.
UpdateDisplay("400x300,100x100");
EXPECT_EQ("400x300",
« no previous file with comments | « ash/common/test/ash_test_impl.h ('k') | ash/common/wm/workspace/workspace_layout_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698