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

Unified Diff: ash/wm/panels/panel_layout_manager_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/wm/overview/window_selector_unittest.cc ('k') | ash/wm/panels/panel_window_resizer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/panels/panel_layout_manager_unittest.cc
diff --git a/ash/wm/panels/panel_layout_manager_unittest.cc b/ash/wm/panels/panel_layout_manager_unittest.cc
index d9ee44ab7be17a7e7d53aba5104bbba02558567f..5c8c44543fdf77aa073b6652de05fd4888f8e0c5 100644
--- a/ash/wm/panels/panel_layout_manager_unittest.cc
+++ b/ash/wm/panels/panel_layout_manager_unittest.cc
@@ -386,9 +386,6 @@ TEST_F(PanelLayoutManagerTest, PanelAlignsToHiddenLauncherIcon) {
}
TEST_F(PanelLayoutManagerTest, PanelAlignsToHiddenLauncherIconSecondDisplay) {
- if (!SupportsMultipleDisplays())
- return;
-
// Keep the displays wide so that shelves have enough space for shelves
// buttons.
UpdateDisplay("400x400,600x400");
@@ -651,9 +648,6 @@ TEST_F(PanelLayoutManagerTest, MinimizeRestorePanel) {
}
TEST_F(PanelLayoutManagerTest, PanelMoveBetweenMultipleDisplays) {
- if (!SupportsMultipleDisplays())
- return;
-
// Keep the displays wide so that shelves have enough space for launcher
// buttons.
UpdateDisplay("600x400,600x400");
@@ -734,9 +728,6 @@ TEST_F(PanelLayoutManagerTest, PanelMoveBetweenMultipleDisplays) {
}
TEST_F(PanelLayoutManagerTest, PanelAttachPositionMultipleDisplays) {
- if (!SupportsMultipleDisplays())
- return;
-
// Keep the displays wide so that shelves have enough space for shelf buttons.
// Use differently sized displays so the shelf is in a different
// position on second display.
@@ -758,9 +749,6 @@ TEST_F(PanelLayoutManagerTest, PanelAttachPositionMultipleDisplays) {
}
TEST_F(PanelLayoutManagerTest, PanelAlignmentSecondDisplay) {
- if (!SupportsMultipleDisplays())
- return;
-
UpdateDisplay("600x400,600x400");
aura::Window::Windows root_windows = Shell::GetAllRootWindows();
« no previous file with comments | « ash/wm/overview/window_selector_unittest.cc ('k') | ash/wm/panels/panel_window_resizer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698