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

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

Issue 2171493002: Moves ToastManager from Shell to WmShell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/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 ea70b97665f1d64024ff72fc6bbe225709f82911..9b7aecd237877dfd3a6656626afcbc38486df501 100644
--- a/ash/mus/bridge/wm_shell_mus.cc
+++ b/ash/mus/bridge/wm_shell_mus.cc
@@ -120,6 +120,7 @@ WmShellMus::~WmShellMus() {
// Destroy maximize mode controller early on since it has some observers which
// need to be removed.
DeleteMaximizeModeController();
+ DeleteToastManager();
DeleteSystemTrayDelegate();
// Has to happen before ~MruWindowTracker.
DeleteWindowCycleController();

Powered by Google App Engine
This is Rietveld 408576698