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

Unified Diff: ash/shelf/shelf_widget_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/shelf/shelf_view_unittest.cc ('k') | ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_widget_unittest.cc
diff --git a/ash/shelf/shelf_widget_unittest.cc b/ash/shelf/shelf_widget_unittest.cc
index dc1430a5850b04e2bcbbe8fe04ba898ce15637de..a2330e3c27ba428a66c111bb5ccbd146b1c5556c 100644
--- a/ash/shelf/shelf_widget_unittest.cc
+++ b/ash/shelf/shelf_widget_unittest.cc
@@ -88,9 +88,6 @@ TEST_P(ShelfWidgetTest, TestAlignment) {
}
TEST_P(ShelfWidgetTest, TestAlignmentForMultipleDisplays) {
- if (!SupportsMultipleDisplays())
- return;
-
// Note that for a left- and right-aligned shelf, this offset must be
// applied to a maximized window's width rather than its height.
const int offset = GetMdMaximizedWindowHeightOffset();
@@ -169,9 +166,6 @@ TEST_P(ShelfWidgetTest, DontReferenceShelfAfterDeletion) {
// container and status widget has finished sizing.
// See http://crbug.com/252533
TEST_P(ShelfWidgetTest, ShelfInitiallySizedAfterLogin) {
- if (!SupportsMultipleDisplays())
- return;
-
SetUserLoggedIn(false);
UpdateDisplay("300x200,400x300");
« no previous file with comments | « ash/shelf/shelf_view_unittest.cc ('k') | ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698