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: components/arc/arc_bridge_service.h

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/BUILD.gn ('k') | components/arc/arc_bridge_service_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/arc_bridge_service.h
diff --git a/components/arc/arc_bridge_service.h b/components/arc/arc_bridge_service.h
index 36fd5d076aedcfb4ec5a5cdd806061995c25d9b3..2e8376ab6c558546f05045360c85123e4847a655 100644
--- a/components/arc/arc_bridge_service.h
+++ b/components/arc/arc_bridge_service.h
@@ -120,9 +120,6 @@ class ArcBridgeService {
return &storage_manager_;
}
InstanceHolder<mojom::VideoInstance>* video() { return &video_; }
- InstanceHolder<mojom::WindowManagerInstance>* window_manager() {
- return &window_manager_;
- }
// Gets if ARC is available in this system.
bool available() const { return available_; }
@@ -191,7 +188,6 @@ class ArcBridgeService {
InstanceHolder<mojom::ProcessInstance> process_;
InstanceHolder<mojom::StorageManagerInstance> storage_manager_;
InstanceHolder<mojom::VideoInstance> video_;
- InstanceHolder<mojom::WindowManagerInstance> window_manager_;
// Gets the current state of the bridge service.
State state() const { return state_; }
« no previous file with comments | « components/arc/BUILD.gn ('k') | components/arc/arc_bridge_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698