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

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

Issue 2293183002: ash: Remove ash::Shelf in favor of ash::WmShelf (Closed)
Patch Set: rebase again 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
« no previous file with comments | « ash/mus/accelerators/accelerator_controller_delegate_mus.cc ('k') | ash/mus/bridge/wm_shelf_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3de1620c0ad435555efbc00ecfaeecb3ebb814e5..84ec6599a947607915edaf43de402f2d2d9153c6 100644
--- a/ash/mus/bridge/wm_shelf_mus.h
+++ b/ash/mus/bridge/wm_shelf_mus.h
@@ -10,7 +10,6 @@
namespace ash {
-class Shelf;
class ShelfWidget;
class WmRootWindowController;
@@ -26,9 +25,6 @@ class WmShelfMus : public WmShelf {
void WillDeleteShelfLayoutManager() override;
private:
- // Legacy shelf controller. Only present after shelf is created (post-login).
- std::unique_ptr<Shelf> shelf_;
-
// The shelf widget for this shelf.
std::unique_ptr<ShelfWidget> shelf_widget_;
« no previous file with comments | « ash/mus/accelerators/accelerator_controller_delegate_mus.cc ('k') | ash/mus/bridge/wm_shelf_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698