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

Unified Diff: ash/display/display_error_observer_chromeos_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/display/cursor_window_controller_unittest.cc ('k') | ash/display/display_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_error_observer_chromeos_unittest.cc
diff --git a/ash/display/display_error_observer_chromeos_unittest.cc b/ash/display/display_error_observer_chromeos_unittest.cc
index c3da7d2b7176fce06e7a68c029f03e535243a103..a6863a351687096193e361316fc18b15ab3da33e 100644
--- a/ash/display/display_error_observer_chromeos_unittest.cc
+++ b/ash/display/display_error_observer_chromeos_unittest.cc
@@ -42,9 +42,6 @@ class DisplayErrorObserverTest : public test::AshTestBase {
};
TEST_F(DisplayErrorObserverTest, Normal) {
- if (!SupportsMultipleDisplays())
- return;
-
UpdateDisplay("200x200,300x300");
observer()->OnDisplayModeChangeFailed(
display::DisplayConfigurator::DisplayStateList(),
@@ -54,9 +51,6 @@ TEST_F(DisplayErrorObserverTest, Normal) {
}
TEST_F(DisplayErrorObserverTest, CallTwice) {
- if (!SupportsMultipleDisplays())
- return;
-
UpdateDisplay("200x200,300x300");
observer()->OnDisplayModeChangeFailed(
display::DisplayConfigurator::DisplayStateList(),
@@ -73,9 +67,6 @@ TEST_F(DisplayErrorObserverTest, CallTwice) {
}
TEST_F(DisplayErrorObserverTest, CallWithDifferentState) {
- if (!SupportsMultipleDisplays())
- return;
-
UpdateDisplay("200x200,300x300");
observer()->OnDisplayModeChangeFailed(
display::DisplayConfigurator::DisplayStateList(),
« no previous file with comments | « ash/display/cursor_window_controller_unittest.cc ('k') | ash/display/display_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698