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

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

Issue 2350953009: Centralizes more shared code between ash and mash (Closed)
Patch Set: feedback Created 4 years, 3 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_root_window_controller_mus.cc ('k') | ash/mus/bridge/wm_window_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_shelf_mus.cc
diff --git a/ash/mus/bridge/wm_shelf_mus.cc b/ash/mus/bridge/wm_shelf_mus.cc
index c8ee95c08ae060a4f10dd66140438d251d8a41e0..1ef54fa9ddc59d2efb17f6cebdf16b547ee0b6f2 100644
--- a/ash/mus/bridge/wm_shelf_mus.cc
+++ b/ash/mus/bridge/wm_shelf_mus.cc
@@ -21,11 +21,7 @@ WmShelfMus::WmShelfMus(WmWindow* root_window) {
shelf_widget()->PostCreateShelf();
}
-WmShelfMus::~WmShelfMus() {
- ShutdownShelfWidget();
- DestroyShelfWidget();
- ShutdownShelf();
-}
+WmShelfMus::~WmShelfMus() {}
void WmShelfMus::WillDeleteShelfLayoutManager() {
ShutdownShelfWidget();
« no previous file with comments | « ash/mus/bridge/wm_root_window_controller_mus.cc ('k') | ash/mus/bridge/wm_window_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698