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

Unified Diff: ash/wm/system_modal_container_layout_manager_unittest.cc

Issue 2089823003: Re-enable calls on |display_manager_| for Windows in DisplayManagerTestApi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix trybot failure Created 4 years, 6 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/test/display_manager_test_api.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/system_modal_container_layout_manager_unittest.cc
diff --git a/ash/wm/system_modal_container_layout_manager_unittest.cc b/ash/wm/system_modal_container_layout_manager_unittest.cc
index f3e35249254f07f79190f1f761ca02631fb93f75..dfb17eccfc4a4f12aeea7c84902fdfd9ecd7c0a3 100644
--- a/ash/wm/system_modal_container_layout_manager_unittest.cc
+++ b/ash/wm/system_modal_container_layout_manager_unittest.cc
@@ -770,6 +770,9 @@ TEST_F(SystemModalContainerLayoutManagerTest, BlockAllEvents) {
// Make sure that events are properly blocked in multi displays environment.
TEST_F(SystemModalContainerLayoutManagerTest, BlockEventsInMultiDisplays) {
+ if (!SupportsMultipleDisplays())
+ return;
+
UpdateDisplay("500x500, 500x500");
InputTestDelegate delegate;
delegate.RunTest(this);
« no previous file with comments | « ash/test/display_manager_test_api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698