summaryrefslogtreecommitdiffstats
path: root/ash/shell.h
diff options
context:
space:
mode:
authordmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-12 15:50:44 +0000
committerdmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-12 15:50:44 +0000
commit65e11004319c51eb14787d51102a3db9100da480 (patch)
treea0e38825853e93d28fdbeac9ec176517f6fa8cdf /ash/shell.h
parent4ab9b0d0ac2a106dfde620c3e7c6144b72621798 (diff)
downloadchromium_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.h')
-rw-r--r--ash/shell.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ash/shell.h b/ash/shell.h
index 4b0df83..49fbda9 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -299,13 +299,6 @@ class ASH_EXPORT Shell
// to their final position).
void OnOverviewModeEnding();
- // 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();
-
// Initializes |shelf_|. Does nothing if it's already initialized.
void CreateShelf();