Index: athena/wm/public/window_manager_observer.h |
diff --git a/athena/wm/public/window_manager_observer.h b/athena/wm/public/window_manager_observer.h |
index 49ef7536c50aa3bc487ff77fcbd4b762debb1e1d..b128afcb896d5e4c9cd51bf7d0dce4d85944abb7 100644 |
--- a/athena/wm/public/window_manager_observer.h |
+++ b/athena/wm/public/window_manager_observer.h |
@@ -19,8 +19,11 @@ class ATHENA_EXPORT WindowManagerObserver { |
// Called immediately after going out of the overview mode. |
virtual void OnOverviewModeExit() = 0; |
- // Called after the activity order has changed. |
- virtual void OnActivityOrderHasChanged() = 0; |
+ // Called immediately before the split view mode is activated. |
+ virtual void OnSplitViewModeEnter() = 0; |
+ |
+ // Called immediately after going out of the split view mode. |
+ virtual void OnSplitViewModeExit() = 0; |
}; |
} // namespace athena |