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

Unified Diff: ash/test/display_manager_test_api.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 | « no previous file | ash/wm/system_modal_container_layout_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/display_manager_test_api.cc
diff --git a/ash/test/display_manager_test_api.cc b/ash/test/display_manager_test_api.cc
index 581898462d165cc34a04f36b3cae19253e74687c..167c8fae0aea4ccc4970d865448ab2fe8345f0ae 100644
--- a/ash/test/display_manager_test_api.cc
+++ b/ash/test/display_manager_test_api.cc
@@ -109,12 +109,9 @@ void DisplayManagerTestApi::UpdateDisplay(const std::string& display_specs) {
}
}
-// TODO(msw): This seems to cause test hangs on Windows. http://crbug.com/584038
-#if !defined(OS_WIN)
display_manager_->OnNativeDisplaysChanged(display_info_list);
display_manager_->UpdateInternalDisplayModeListForTest();
display_manager_->RunPendingTasksForTest();
-#endif
}
int64_t DisplayManagerTestApi::SetFirstDisplayAsInternalDisplay() {
« no previous file with comments | « no previous file | ash/wm/system_modal_container_layout_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698