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

Unified Diff: ash/utility/screenshot_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/touch/touch_observer_hud_unittest.cc ('k') | ash/wm/dock/docked_window_layout_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/utility/screenshot_controller_unittest.cc
diff --git a/ash/utility/screenshot_controller_unittest.cc b/ash/utility/screenshot_controller_unittest.cc
index 77ef0a1c28b4410187fe2dff4fa6c50961005daf..3b65da59b2e07bbfc1e67ee6ca5cdc8802abf913 100644
--- a/ash/utility/screenshot_controller_unittest.cc
+++ b/ash/utility/screenshot_controller_unittest.cc
@@ -256,9 +256,6 @@ TEST_F(PartialScreenshotControllerTest, TwoFingerTouch) {
// across multiple monitors
// cursor. See http://crbug.com/462229
TEST_F(PartialScreenshotControllerTest, MouseWarpTest) {
- if (!SupportsMultipleDisplays())
- return;
-
// Create two displays.
Shell* shell = Shell::GetInstance();
UpdateDisplay("500x500,500x500");
@@ -418,9 +415,6 @@ TEST_F(WindowScreenshotControllerTest, MouseOperation) {
}
TEST_F(WindowScreenshotControllerTest, MultiDisplays) {
- if (!SupportsMultipleDisplays())
- return;
-
UpdateDisplay("400x400,500x500");
ui::test::EventGenerator& generator(GetEventGenerator());
@@ -450,9 +444,6 @@ TEST_F(WindowScreenshotControllerTest, MultiDisplays) {
}
TEST_F(ScreenshotControllerTest, MultipleDisplays) {
- if (!SupportsMultipleDisplays())
- return;
-
StartPartialScreenshotSession();
EXPECT_TRUE(IsActive());
UpdateDisplay("400x400,500x500");
« no previous file with comments | « ash/touch/touch_observer_hud_unittest.cc ('k') | ash/wm/dock/docked_window_layout_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698