| Index: ash/shell_observer.h
|
| diff --git a/ash/shell_observer.h b/ash/shell_observer.h
|
| index 35b255560d9d94eaac77c788ba6b0a58a253b094..901c25aa6bbdd7f1195a8d5bf58c30ae80e7b7de 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.
|
|
|