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

Unified Diff: components/exo/wm_helper_ash.cc

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
« ash/common/shell_observer.h ('K') | « components/exo/wm_helper_ash.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/wm_helper_ash.cc
diff --git a/components/exo/wm_helper_ash.cc b/components/exo/wm_helper_ash.cc
index 5d117d10f2a35efdc6a661b9fbd8ebe0641b7efd..413eeb8e6a60302aea0b24eba02c7a5bdcc878e1 100644
--- a/components/exo/wm_helper_ash.cc
+++ b/components/exo/wm_helper_ash.cc
@@ -136,6 +136,10 @@ void WMHelperAsh::OnMaximizeModeStarted() {
NotifyMaximizeModeStarted();
}
+void WMHelperAsh::OnMaximizeModeEnding() {
+ NotifyMaximizeModeEnding();
+}
+
void WMHelperAsh::OnMaximizeModeEnded() {
NotifyMaximizeModeEnded();
}
« ash/common/shell_observer.h ('K') | « components/exo/wm_helper_ash.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698