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

Unified Diff: ash/mus/bridge/wm_shell_mus.h

Issue 2752593008: Move AcceleratorController from WmShell to Shell (Closed)
Patch Set: cleanup Created 3 years, 9 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
Index: ash/mus/bridge/wm_shell_mus.h
diff --git a/ash/mus/bridge/wm_shell_mus.h b/ash/mus/bridge/wm_shell_mus.h
index a6bb18797f62c3fc8a0925e57f773aa3e7a9f7e9..3c95729ff9f6362f960967872a894cf4d64f6dc4 100644
--- a/ash/mus/bridge/wm_shell_mus.h
+++ b/ash/mus/bridge/wm_shell_mus.h
@@ -108,6 +108,7 @@ class WmShellMus : public WmShell {
void CreatePointerWatcherAdapter() override;
void CreatePrimaryHost() override;
void InitHosts(const ShellInitParams& init_params) override;
+ std::unique_ptr<AcceleratorController> CreateAcceleratorController() override;
private:
friend class WmShellMusTestApi;

Powered by Google App Engine
This is Rietveld 408576698