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

Unified Diff: ash/aura/wm_shell_aura.h

Issue 2106823004: Refactors maximize mode event handling into its own class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 4 years, 6 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/aura/wm_shell_aura.h
diff --git a/ash/aura/wm_shell_aura.h b/ash/aura/wm_shell_aura.h
index c26e299a069a3b9713d7edbefe82d22878b442d8..c1084360061100fc0034c9ba22674187d66d01fa 100644
--- a/ash/aura/wm_shell_aura.h
+++ b/ash/aura/wm_shell_aura.h
@@ -50,6 +50,8 @@ class ASH_EXPORT WmShellAura : public WmShell,
std::unique_ptr<WindowResizer> CreateDragWindowResizer(
std::unique_ptr<WindowResizer> next_window_resizer,
wm::WindowState* window_state) override;
+ std::unique_ptr<wm::MaximizeModeEventHandler> CreateMaximizeModeEventHandler()
+ override;
void OnOverviewModeStarting() override;
void OnOverviewModeEnded() override;
AccessibilityDelegate* GetAccessibilityDelegate() override;

Powered by Google App Engine
This is Rietveld 408576698