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

Unified Diff: services/ui/display/screen_manager_ozone_unittests.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
Index: services/ui/display/screen_manager_ozone_unittests.cc
diff --git a/services/ui/display/screen_manager_ozone_unittests.cc b/services/ui/display/screen_manager_ozone_unittests.cc
index 16307a01eec2b167387a63ab761a2adb5eac07e4..d74445d604344730d12ad43641dc6e4d8efdb87b 100644
--- a/services/ui/display/screen_manager_ozone_unittests.cc
+++ b/services/ui/display/screen_manager_ozone_unittests.cc
@@ -168,7 +168,7 @@ class ScreenManagerOzoneTest : public ui::TaskRunnerTestBase {
.SetType(DISPLAY_CONNECTION_TYPE_INTERNAL)
.Build());
- screen_manager_->Init(&delegate_);
+ screen_manager_->Init(&delegate_, ScreenManager::WINDOW_MODE_INTERNAL);
rjkroege 2017/01/23 21:19:43 This is not right in some fashion. One of the goal
fwang 2017/01/24 17:11:51 I'll check that (BTW, note that this test is only
RunAllTasks();
// Double check the expected display exists and clear counters.

Powered by Google App Engine
This is Rietveld 408576698