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

Unified Diff: ash/common/shell_observer.h

Issue 2704173002: Update the layout mode first when exiting tablet mode (Closed)
Patch Set: . Created 3 years, 10 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 | « no previous file | ash/common/wm/maximize_mode/maximize_mode_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shell_observer.h
diff --git a/ash/common/shell_observer.h b/ash/common/shell_observer.h
index d65b9c3e37f589ac421c5c3266157ceb84644c52..facc29b9e2f289e6f2b7467ea49ebe413d625a70 100644
--- a/ash/common/shell_observer.h
+++ b/ash/common/shell_observer.h
@@ -60,7 +60,10 @@ class ASH_EXPORT ShellObserver {
// animate though.
virtual void OnMaximizeModeStarted() {}
- // Called when the always maximize mode has ended. Windows may still be
+ // Called when the maximize mode is about to end.
+ virtual void OnMaximizeModeEnding() {}
Mr4D (OOO till 08-26) 2017/02/21 16:17:18 Sooner or later we should rename the "..MaximizeMo
+
+ // Called when the maximize mode has ended. Windows may still be
// animating but have been restored.
virtual void OnMaximizeModeEnded() {}
« no previous file with comments | « no previous file | ash/common/wm/maximize_mode/maximize_mode_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698