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

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

Issue 2304443002: ash: Move ShelfWidget ownership to WmShelf and refactor access to it (Closed)
Patch Set: typo Created 4 years, 4 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.h
diff --git a/ash/mus/bridge/wm_shelf_mus.h b/ash/mus/bridge/wm_shelf_mus.h
index 84ec6599a947607915edaf43de402f2d2d9153c6..6652d191ca1ee81f9ed1380fcfa894d90bfb9bdd 100644
--- a/ash/mus/bridge/wm_shelf_mus.h
+++ b/ash/mus/bridge/wm_shelf_mus.h
@@ -10,7 +10,6 @@
namespace ash {
-class ShelfWidget;
class WmRootWindowController;
namespace mus {
@@ -25,9 +24,6 @@ class WmShelfMus : public WmShelf {
void WillDeleteShelfLayoutManager() override;
private:
- // The shelf widget for this shelf.
- std::unique_ptr<ShelfWidget> shelf_widget_;
-
DISALLOW_COPY_AND_ASSIGN(WmShelfMus);
};

Powered by Google App Engine
This is Rietveld 408576698