summaryrefslogtreecommitdiffstats
path: root/ash/shell_observer.h
diff options
context:
space:
mode:
authorjonross@chromium.org <jonross@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-14 05:45:23 +0000
committerjonross@chromium.org <jonross@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-14 05:45:23 +0000
commit02a800506a3f1e69c71aafb7cb8dbee794a62f8a (patch)
tree85abead4317523b5c661663365eb9815743357ea /ash/shell_observer.h
parent4bcbe06a9a00e99f8801cd90d35e680bceebf050 (diff)
downloadchromium_src-02a800506a3f1e69c71aafb7cb8dbee794a62f8a.zip
chromium_src-02a800506a3f1e69c71aafb7cb8dbee794a62f8a.tar.gz
chromium_src-02a800506a3f1e69c71aafb7cb8dbee794a62f8a.tar.bz2
Attempting to reland the Overview Button Change.
The inital change was landed as 256420. The change was reverted by 256535, as a Win 7 release test failed on the build server. Another change in ash was also reverted. I was unable to reproduce the test failure on a local Win 7 machine. "Revert of Add a new status area control for Overview Mode. This control is only available (https://codereview.chromium.org/180743016/)" This reverts commit 65e11004319c51eb14787d51102a3db9100da480. BUG=337590 TBR=oshima R=flackr Review URL: https://codereview.chromium.org/196473011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257012 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell_observer.h')
-rw-r--r--ash/shell_observer.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ash/shell_observer.h b/ash/shell_observer.h
index c2b652c..d1b3d86 100644
--- a/ash/shell_observer.h
+++ b/ash/shell_observer.h
@@ -47,6 +47,14 @@ class ASH_EXPORT ShellObserver {
// to their final position).
virtual void OnOverviewModeEnding() {}
+ // Called when the always maximize mode has started. Windows might still
+ // animate though.
+ virtual void OnMaximizeModeStarted() {}
+
+ // Called when the always maximize mode has ended. Windows may still be
+ // animating but have been restored.
+ virtual void OnMaximizeModeEnded() {}
+
protected:
virtual ~ShellObserver() {}
};