diff options
author | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-12 15:50:44 +0000 |
---|---|---|
committer | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-12 15:50:44 +0000 |
commit | 65e11004319c51eb14787d51102a3db9100da480 (patch) | |
tree | a0e38825853e93d28fdbeac9ec176517f6fa8cdf /ash/shell_observer.h | |
parent | 4ab9b0d0ac2a106dfde620c3e7c6144b72621798 (diff) | |
download | chromium_src-65e11004319c51eb14787d51102a3db9100da480.zip chromium_src-65e11004319c51eb14787d51102a3db9100da480.tar.gz chromium_src-65e11004319c51eb14787d51102a3db9100da480.tar.bz2 |
Revert of Add a new status area control for Overview Mode. This control is only available (https://codereview.chromium.org/180743016/)
Reason for revert:
Somewhat speculative revert. This CL is one of two Ash-related CLs in the range where HideTooltipWhenCursorHidden in ash_unittests started failing:
http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%282%29/builds/28144/steps/ash_unittests/logs/HideTooltipWhenCursorHidden
This looked most likely to be related to the failure to my untrained eye.
Original issue's description:
> Add a new status area control for Overview Mode. This control is only available while Maximize Mode is active.
>
> BUG=337590
> TEST=OverviewModeTrayTest.*
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=256420
TBR=flackr@chromium.org,skuhne@chromium.org,oshima@chromium.org,sadrul@chromium.org,jonross@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=337590
Review URL: https://codereview.chromium.org/196603007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256535 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell_observer.h')
-rw-r--r-- | ash/shell_observer.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ash/shell_observer.h b/ash/shell_observer.h index d1b3d86..c2b652c 100644 --- a/ash/shell_observer.h +++ b/ash/shell_observer.h @@ -47,14 +47,6 @@ 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() {} }; |