Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2364)

Unified Diff: ash/shell_observer.h

Issue 2918403006: CrOS Tablet Window management - Split Screen part I (Closed)
Patch Set: Add unittests. Will split the CL into two CLs. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/shell.cc ('k') | ash/wm/maximize_mode/maximize_mode_window_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_observer.h
diff --git a/ash/shell_observer.h b/ash/shell_observer.h
index 44fa9d730abd60e1a0e9e8e55f573bb5b93c68a0..7f8a1463f0bd819310980650ae7887749530a932 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() {}
« no previous file with comments | « ash/shell.cc ('k') | ash/wm/maximize_mode/maximize_mode_window_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698