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

Unified Diff: ash/system/overview/overview_button_tray.cc

Issue 844763006: Change overview mode to so that docked panel windows are not grouped together. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed OnOverviewModeEnding to OnOverviewModeEnded. Created 5 years, 11 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/system/overview/overview_button_tray.cc
diff --git a/ash/system/overview/overview_button_tray.cc b/ash/system/overview/overview_button_tray.cc
index 7c8a920df2ca8b157af765fb1aa3bcea3d9692d7..ec2912fa209d008cc62ac4496737993227e6a4e5 100644
--- a/ash/system/overview/overview_button_tray.cc
+++ b/ash/system/overview/overview_button_tray.cc
@@ -69,7 +69,7 @@ void OverviewButtonTray::OnMaximizeModeEnded() {
UpdateIconVisibility();
}
-void OverviewButtonTray::OnOverviewModeEnding() {
+void OverviewButtonTray::OnOverviewModeEnded() {
SetDrawBackgroundAsActive(false);
}

Powered by Google App Engine
This is Rietveld 408576698