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

Unified Diff: ash/shell_observer.h

Issue 2960843004: CrOS Tablet Window management - Split Screen part I (Closed)
Patch Set: nit. 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
Index: ash/shell_observer.h
diff --git a/ash/shell_observer.h b/ash/shell_observer.h
index 282e08cc67fdf3f1425686fa10f571cd7224a88a..66f4c910a82cdabee083bb801f33223c281bd592 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() {}

Powered by Google App Engine
This is Rietveld 408576698