Index: ash/mus/window_manager_application.h |
diff --git a/ash/mus/window_manager_application.h b/ash/mus/window_manager_application.h |
index 4e21b9af7e375f3588cb60b4de07f3335ec3dda5..d0cfb94475648c05c457c6280e3b69a70b351242 100644 |
--- a/ash/mus/window_manager_application.h |
+++ b/ash/mus/window_manager_application.h |
@@ -15,7 +15,6 @@ |
#include "base/memory/ref_counted.h" |
#include "mash/session/public/interfaces/session.mojom.h" |
#include "mojo/public/cpp/bindings/binding.h" |
-#include "mojo/public/cpp/bindings/binding_set.h" |
#include "services/service_manager/public/cpp/service.h" |
#include "services/tracing/public/cpp/provider.h" |
#include "services/ui/common/types.h" |
@@ -53,7 +52,6 @@ class WindowManager; |
// Hosts the window manager and the ash system user interface for mash. |
class WindowManagerApplication |
: public service_manager::Service, |
- public service_manager::InterfaceFactory<mojom::WallpaperController>, |
public service_manager::InterfaceFactory<ui::mojom::AcceleratorRegistrar>, |
public mash::session::mojom::ScreenlockStateListener { |
public: |
@@ -83,10 +81,6 @@ class WindowManagerApplication |
bool OnConnect(const service_manager::Identity& remote_identity, |
service_manager::InterfaceRegistry* registry) override; |
- // InterfaceFactory<mojom::WallpaperController>: |
- void Create(const service_manager::Identity& remote_identity, |
- mojom::WallpaperControllerRequest request) override; |
- |
// service_manager::InterfaceFactory<ui::mojom::AcceleratorRegistrar>: |
void Create(const service_manager::Identity& remote_identity, |
ui::mojom::AcceleratorRegistrarRequest request) override; |
@@ -106,8 +100,6 @@ class WindowManagerApplication |
// A blocking pool used by the WindowManager's shell; not used in tests. |
scoped_refptr<base::SequencedWorkerPool> blocking_pool_; |
- mojo::BindingSet<mojom::WallpaperController> wallpaper_controller_bindings_; |
- |
std::set<AcceleratorRegistrarImpl*> accelerator_registrars_; |
mash::session::mojom::SessionPtr session_; |