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

Unified Diff: ash/shell.h

Issue 2118643002: Move MaximizeModeController into ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: doh 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
« no previous file with comments | « ash/mus/bridge/wm_shell_mus.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 6676f29fabacfe309cbedc2d859fb5e4b6d4f5a9..16611fee8c1b0ce94b59712c98b2fcece867d91f 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -280,13 +280,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// Called when a casting session is started or stopped.
void OnCastingSessionStartedOrStopped(bool started);
- // Called after maximize mode has started, windows might still animate though.
- void OnMaximizeModeStarted();
-
- // Called after maximize mode has ended, windows might still be returning to
- // their original position.
- void OnMaximizeModeEnded();
-
// Called when a root window is created.
void OnRootWindowAdded(WmWindow* root_window);
« no previous file with comments | « ash/mus/bridge/wm_shell_mus.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698