| Index: ash/shell_observer.h
|
| diff --git a/ash/shell_observer.h b/ash/shell_observer.h
|
| index fc0bbaf8859b16ec2d167c63870a406daf9f03bf..cc4d650d16f649fa8ba6c1501ba4abcc3dd2b20d 100644
|
| --- a/ash/shell_observer.h
|
| +++ b/ash/shell_observer.h
|
| @@ -52,6 +52,13 @@ class ASH_EXPORT ShellObserver {
|
| // Called after overview mode has ended.
|
| virtual void OnOverviewModeEnded() {}
|
|
|
| + // Called when the split view mode is about to be started (before the window
|
| + // gets snapped and activated).
|
| + virtual void OnSplitViewModeStarting() {}
|
| +
|
| + // Called after split view mode has ended.
|
| + virtual void OnSplitViewModeEnded() {}
|
| +
|
| // Called when the always maximize mode has started. Windows might still
|
| // animate though.
|
| virtual void OnMaximizeModeStarted() {}
|
|
|