Index: ash/mus/window_manager_application.h |
diff --git a/ash/mus/window_manager_application.h b/ash/mus/window_manager_application.h |
index 687bd1f3776c6c4e4a87f9ba084434394a3e0dc8..d9c31eee842d3aca785ed31bd7a01d1b3c888bfd 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/shell/public/cpp/service.h" |
#include "services/tracing/public/cpp/provider.h" |
#include "services/ui/common/types.h" |
@@ -52,7 +51,6 @@ class WindowManager; |
// Hosts the window manager and the ash system user interface for mash. |
class WindowManagerApplication |
: public shell::Service, |
- public shell::InterfaceFactory<mojom::WallpaperController>, |
public shell::InterfaceFactory<ui::mojom::AcceleratorRegistrar>, |
public mash::session::mojom::ScreenlockStateListener { |
public: |
@@ -82,10 +80,6 @@ class WindowManagerApplication |
bool OnConnect(const shell::Identity& remote_identity, |
shell::InterfaceRegistry* registry) override; |
- // InterfaceFactory<mojom::WallpaperController>: |
- void Create(const shell::Identity& remote_identity, |
- mojom::WallpaperControllerRequest request) override; |
- |
// shell::InterfaceFactory<ui::mojom::AcceleratorRegistrar>: |
void Create(const shell::Identity& remote_identity, |
ui::mojom::AcceleratorRegistrarRequest request) override; |
@@ -105,8 +99,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_; |