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

Unified Diff: components/mus/ws/window_manager_factory_service.cc

Issue 1899923002: Basic display management for mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 8 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: components/mus/ws/window_manager_factory_service.cc
diff --git a/components/mus/ws/window_manager_factory_service.cc b/components/mus/ws/window_manager_factory_service.cc
index b42456087b38c57d7c1b740c8fc6041e66780dbb..9aebb5ac83ad08d38ab79013e11e36194a62f5da 100644
--- a/components/mus/ws/window_manager_factory_service.cc
+++ b/components/mus/ws/window_manager_factory_service.cc
@@ -25,7 +25,7 @@ WindowManagerFactoryService::~WindowManagerFactoryService() {}
void WindowManagerFactoryService::SetWindowManagerFactory(
mojom::WindowManagerFactoryPtr factory) {
window_manager_factory_ptr_ = std::move(factory);
- binding_.set_connection_error_handler(base::Bind(
+ window_manager_factory_ptr_.set_connection_error_handler(base::Bind(
&WindowManagerFactoryService::OnConnectionLost, base::Unretained(this)));
SetWindowManagerFactoryImpl(window_manager_factory_ptr_.get());
}
« components/mus/ws/platform_screen_ozone.cc ('K') | « components/mus/ws/platform_screen_ozone.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698