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

Unified Diff: components/arc/arc_bridge_service_impl.cc

Issue 2168533002: Remove window_manager.mojom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « components/arc/arc_bridge_service_impl.h ('k') | components/arc/arc_service_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/arc_bridge_service_impl.cc
diff --git a/components/arc/arc_bridge_service_impl.cc b/components/arc/arc_bridge_service_impl.cc
index f3a35cf9c5991c08b91e15837541244a022d640a..ae1b8601b4ddcb5a8bc749ad848312e8330cf5e8 100644
--- a/components/arc/arc_bridge_service_impl.cc
+++ b/components/arc/arc_bridge_service_impl.cc
@@ -193,7 +193,6 @@ void ArcBridgeServiceImpl::OnChannelClosed() {
process_.CloseChannel();
storage_manager_.CloseChannel();
video_.CloseChannel();
- window_manager_.CloseChannel();
}
void ArcBridgeServiceImpl::OnAppInstanceReady(mojom::AppInstancePtr app_ptr) {
@@ -301,10 +300,4 @@ void ArcBridgeServiceImpl::OnVideoInstanceReady(
video_.OnInstanceReady(std::move(video_ptr));
}
-void ArcBridgeServiceImpl::OnWindowManagerInstanceReady(
- mojom::WindowManagerInstancePtr window_manager_ptr) {
- DCHECK(CalledOnValidThread());
- window_manager_.OnInstanceReady(std::move(window_manager_ptr));
-}
-
} // namespace arc
« no previous file with comments | « components/arc/arc_bridge_service_impl.h ('k') | components/arc/arc_service_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698