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

Unified Diff: ash/shell_observer.h

Issue 196473011: Attempting to reland the Overview Button Change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge in updates from Master Created 6 years, 9 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/system/overview/overview_button_tray.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 c2b652cdf56e6928087d5b1dc6cc061d1225532f..d1b3d8651c258597e4a2f3f0459989b23a60e36e 100644
--- a/ash/shell_observer.h
+++ b/ash/shell_observer.h
@@ -47,6 +47,14 @@ class ASH_EXPORT ShellObserver {
// to their final position).
virtual void OnOverviewModeEnding() {}
+ // Called when the always maximize mode has started. Windows might still
+ // animate though.
+ virtual void OnMaximizeModeStarted() {}
+
+ // Called when the always maximize mode has ended. Windows may still be
+ // animating but have been restored.
+ virtual void OnMaximizeModeEnded() {}
+
protected:
virtual ~ShellObserver() {}
};
« no previous file with comments | « ash/shell.cc ('k') | ash/system/overview/overview_button_tray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698