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

Unified Diff: ash/mus/window_manager_application.h

Issue 2413503002: Cleanup mojo Wallpaper interfaces for mash. (Closed)
Patch Set: Sync and rebase again... Created 4 years, 2 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 | « ash/mus/wallpaper_delegate_mus.cc ('k') | ash/mus/window_manager_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « ash/mus/wallpaper_delegate_mus.cc ('k') | ash/mus/window_manager_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698