From 65e11004319c51eb14787d51102a3db9100da480 Mon Sep 17 00:00:00 2001 From: "dmichael@chromium.org" Date: Wed, 12 Mar 2014 15:50:44 +0000 Subject: 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 --- ash/shell.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ash/shell.h') 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(); -- cgit v1.1