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

Unified Diff: ash/mus/bridge/wm_shell_mus.cc

Issue 2084503007: Moves WindowSelectorController onto WmShell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_overview
Patch Set: fix mash Created 4 years, 6 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/mus/bridge/wm_shell_mus.h ('k') | ash/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_shell_mus.cc
diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc
index 2eb8244f4595cf75df212f0633d2ed8c07892e00..c0a882a465c7736174efa82cd49b586c176461be 100644
--- a/ash/mus/bridge/wm_shell_mus.cc
+++ b/ash/mus/bridge/wm_shell_mus.cc
@@ -104,6 +104,7 @@ WmShellMus::WmShellMus(::mus::WindowTreeClient* client)
WmShellMus::~WmShellMus() {
SetSystemTrayDelegate(nullptr);
+ DeleteWindowSelectorController();
wm_shell_common_->DeleteMruWindowTracker();
RemoveClientObserver();
WmShell::Set(nullptr);
@@ -232,16 +233,6 @@ void WmShellMus::OnOverviewModeEnded() {
OnOverviewModeEnded());
}
-bool WmShellMus::IsOverviewModeSelecting() {
- NOTIMPLEMENTED();
- return false;
-}
-
-bool WmShellMus::IsOverviewModeRestoringMinimizedWindows() {
- NOTIMPLEMENTED();
- return false;
-}
-
AccessibilityDelegate* WmShellMus::GetAccessibilityDelegate() {
return accessibility_delegate_.get();
}
« no previous file with comments | « ash/mus/bridge/wm_shell_mus.h ('k') | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698