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

Unified Diff: ash/touch/touch_observer_hud_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/tooltips/tooltip_controller_unittest.cc ('k') | ash/utility/screenshot_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/touch/touch_observer_hud_unittest.cc
diff --git a/ash/touch/touch_observer_hud_unittest.cc b/ash/touch/touch_observer_hud_unittest.cc
index f5a3b7d009f92fbabbec4e376fc83913bd3a5da4..b7f7235dfb68e80224570831808a68deb90be9a6 100644
--- a/ash/touch/touch_observer_hud_unittest.cc
+++ b/ash/touch/touch_observer_hud_unittest.cc
@@ -310,9 +310,6 @@ TEST_F(TouchHudDebugTest, SingleDisplay) {
// Checks if debug touch HUDs are correctly initialized for two displays.
TEST_F(TouchHudDebugTest, DualDisplays) {
- if (!SupportsMultipleDisplays())
- return;
-
// Setup a dual display setting.
SetupDualDisplays();
@@ -325,9 +322,6 @@ TEST_F(TouchHudDebugTest, DualDisplays) {
// Checks if debug touch HUDs are correctly handled when primary display is
// changed.
TEST_F(TouchHudDebugTest, SwapPrimaryDisplay) {
- if (!SupportsMultipleDisplays())
- return;
-
// Setup a dual display setting.
SetupDualDisplays();
@@ -354,9 +348,6 @@ TEST_F(TouchHudDebugTest, SwapPrimaryDisplay) {
// Checks if debug touch HUDs are correctly handled when displays are mirrored.
TEST_F(TouchHudDebugTest, MirrorDisplays) {
- if (!SupportsMultipleDisplays())
- return;
-
// Setup a dual display setting.
SetupDualDisplays();
@@ -381,9 +372,6 @@ TEST_F(TouchHudDebugTest, MirrorDisplays) {
// Checks if debug touch HUDs are correctly handled when displays are mirrored
// after setting the external display as the primary one.
TEST_F(TouchHudDebugTest, SwapPrimaryThenMirrorDisplays) {
- if (!SupportsMultipleDisplays())
- return;
-
// Setup a dual display setting.
SetupDualDisplays();
@@ -412,9 +400,6 @@ TEST_F(TouchHudDebugTest, SwapPrimaryThenMirrorDisplays) {
// Checks if debug touch HUDs are correctly handled when the external display,
// which is the secondary one, is removed.
TEST_F(TouchHudDebugTest, RemoveSecondaryDisplay) {
- if (!SupportsMultipleDisplays())
- return;
-
// Setup a dual display setting.
SetupDualDisplays();
@@ -439,9 +424,6 @@ TEST_F(TouchHudDebugTest, RemoveSecondaryDisplay) {
// Checks if debug touch HUDs are correctly handled when the external display,
// which is set as the primary display, is removed.
TEST_F(TouchHudDebugTest, RemovePrimaryDisplay) {
- if (!SupportsMultipleDisplays())
- return;
-
// Setup a dual display setting.
SetupDualDisplays();
@@ -470,9 +452,6 @@ TEST_F(TouchHudDebugTest, RemovePrimaryDisplay) {
// Checks if debug touch HUDs are correctly handled when all displays are
// removed.
TEST_F(TouchHudDebugTest, Headless) {
- if (!SupportsMultipleDisplays())
- return;
-
// Setup a single display setting.
SetupSingleDisplay();
« no previous file with comments | « ash/tooltips/tooltip_controller_unittest.cc ('k') | ash/utility/screenshot_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698