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

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

Issue 2350953009: Centralizes more shared code between ash and mash (Closed)
Patch Set: moar 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
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() {}
James Cook 2016/09/21 22:03:18 Hooray!
void WmShelfMus::WillDeleteShelfLayoutManager() {
ShutdownShelfWidget();

Powered by Google App Engine
This is Rietveld 408576698