diff options
author | bruthig <bruthig@chromium.org> | 2015-01-20 11:32:27 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-20 19:33:23 +0000 |
commit | d7cf765b7add6a32fa2bb90e27587913f95c2339 (patch) | |
tree | b20d4acedca105ffa00d16d52f933b3fe6f3ca6e /ash/shell_observer.h | |
parent | 2c5531593fc0d9a3032d28dbafe09b82458ceac3 (diff) | |
download | chromium_src-d7cf765b7add6a32fa2bb90e27587913f95c2339.zip chromium_src-d7cf765b7add6a32fa2bb90e27587913f95c2339.tar.gz chromium_src-d7cf765b7add6a32fa2bb90e27587913f95c2339.tar.bz2 |
Change overview mode to so that docked panel windows are not grouped together.
BUG=448381
TEST=Manual
Review URL: https://codereview.chromium.org/844763006
Cr-Commit-Position: refs/heads/master@{#312246}
Diffstat (limited to 'ash/shell_observer.h')
-rw-r--r-- | ash/shell_observer.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ash/shell_observer.h b/ash/shell_observer.h index 35b2555..901c25a 100644 --- a/ash/shell_observer.h +++ b/ash/shell_observer.h @@ -49,9 +49,8 @@ class ASH_EXPORT ShellObserver { // get re-arranged). virtual void OnOverviewModeStarting() {} - // Called before the overview mode is ending (before the windows get arranged - // to their final position). - virtual void OnOverviewModeEnding() {} + // Called after overview mode has ended. + virtual void OnOverviewModeEnded() {} // Called when the always maximize mode has started. Windows might still // animate though. |