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

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

Issue 2285703003: Moves WorkspaceEventHandler to ash/common (Closed)
Patch Set: merge to tip of tree Created 4 years, 4 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 191cf2a3d59c000e1b51a6f8f76e102b45333160..d391a02696d0b9b12c779aa6e0f571ce470b1846 100644
--- a/ash/mus/bridge/wm_shell_mus.h
+++ b/ash/mus/bridge/wm_shell_mus.h
@@ -94,6 +94,8 @@ class WmShellMus : public WmShell, public ui::WindowTreeClientObserver {
override;
std::unique_ptr<wm::MaximizeModeEventHandler> CreateMaximizeModeEventHandler()
override;
+ std::unique_ptr<WorkspaceEventHandler> CreateWorkspaceEventHandler(
+ WmWindow* workspace_window) override;
std::unique_ptr<ScopedDisableInternalMouseAndKeyboard>
CreateScopedDisableInternalMouseAndKeyboard() override;
std::unique_ptr<ImmersiveFullscreenController>

Powered by Google App Engine
This is Rietveld 408576698