More cleanup in window_sizer/window_sizer_ash
* The bounds obtained from GetBoundsOverrideAsh is ignored (overridden) by the following logic if it returns false, so skip early for the condition that returns false. * Removed the code for non tabbed case in GetBoundsOverrideAsh as it won't be used. * removed fullscreen controller check because it seems to be redundant with window->IsFullscreen() check. (IsFullscerenForBrowser() is always false if window->IsFullscreen() is false) BUG=272460 R=skuhne@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/23567007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221461 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment