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

Unified Diff: services/ui/ws/window_tree_unittest.cc

Issue 2645093003: [WIP] ScreenManager: Add an external window mode (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
« services/ui/ws/window_server.cc ('K') | « services/ui/ws/window_server_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_tree_unittest.cc
diff --git a/services/ui/ws/window_tree_unittest.cc b/services/ui/ws/window_tree_unittest.cc
index c82e7d0799aa610f34166a4ee0d68467ea54ad2f..8dd9a9036cdadfe7df08c741186dd617913bc693 100644
--- a/services/ui/ws/window_tree_unittest.cc
+++ b/services/ui/ws/window_tree_unittest.cc
@@ -1364,7 +1364,8 @@ TEST_F(WindowTreeShutdownTest, DontSendMessagesDuringShutdown) {
WindowServerTestHelper ws_test_helper;
WindowServer* window_server = ws_test_helper.window_server();
TestScreenManager screen_manager;
- screen_manager.Init(window_server->display_manager());
+ screen_manager.Init(window_server->display_manager(),
+ display::ScreenManager::WINDOW_MODE_INTERNAL);
window_server->user_id_tracker()->AddUserId(kTestUserId1);
screen_manager.AddDisplay();
« services/ui/ws/window_server.cc ('K') | « services/ui/ws/window_server_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698