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

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

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.h
diff --git a/ash/system/overview/overview_button_tray.h b/ash/system/overview/overview_button_tray.h
index 1aca24a93af144de16c27e395d5f18bbc0462c92..a58bae11576457979207ee82e858ef9781a91a46 100644
--- a/ash/system/overview/overview_button_tray.h
+++ b/ash/system/overview/overview_button_tray.h
@@ -37,7 +37,7 @@ class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView,
// ShellObserver:
void OnMaximizeModeStarted() override;
void OnMaximizeModeEnded() override;
- void OnOverviewModeEnding() override;
+ void OnOverviewModeEnded() override;
// TrayBackgroundView:
bool ClickedOutsideBubble() override;

Powered by Google App Engine
This is Rietveld 408576698