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

Unified Diff: ash/shell.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/resources/ash_resources.grd ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 57b9a143f9703e10706b1ec8078a8cbf6d7d226d..8474b136d8fa8c8d74b9b094c6528128450e46b2 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -299,6 +299,13 @@ class ASH_EXPORT Shell
// to their final position).
void OnOverviewModeEnding();
+ // Called after maximize mode has started, windows might still animate though.
+ void OnMaximizeModeStarted();
+
+ // Called after maximize mode has ended, windows might still be returning to
+ // their original position.
+ void OnMaximizeModeEnded();
+
// Initializes |shelf_|. Does nothing if it's already initialized.
void CreateShelf();
« no previous file with comments | « ash/resources/ash_resources.grd ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698