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

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

Issue 2108793002: mash: Convert system tray logout button to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more review comments, fix mash_unittests 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/common/wm_shell.cc ('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 35d736110fbaf25a40e2a89ca0911d39ed4d0eb1..d13c502e1b6cd1b3aaafdf2784828754e99206d4 100644
--- a/ash/mus/bridge/wm_shell_mus.cc
+++ b/ash/mus/bridge/wm_shell_mus.cc
@@ -104,7 +104,7 @@ WmShellMus::WmShellMus(::mus::WindowTreeClient* client)
}
WmShellMus::~WmShellMus() {
- SetSystemTrayDelegate(nullptr);
+ DeleteSystemTrayDelegate();
DeleteWindowSelectorController();
wm_shell_common_->DeleteMruWindowTracker();
RemoveClientObserver();
« no previous file with comments | « ash/common/wm_shell.cc ('k') | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698