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

Unified Diff: ash/shelf/shelf_view.h

Issue 2791463002: mash: Remove ShelfDelegate; move functions to ShelfModel. (Closed)
Patch Set: Address comment. Created 3 years, 8 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/shelf/shelf_model_unittest.cc ('k') | ash/shelf/shelf_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_view.h
diff --git a/ash/shelf/shelf_view.h b/ash/shelf/shelf_view.h
index e0692e103249bd6f30ad974826a738540da64d94..1a5ec0fa7686412de58f606611f1c1538f62999d 100644
--- a/ash/shelf/shelf_view.h
+++ b/ash/shelf/shelf_view.h
@@ -44,7 +44,6 @@ class OverflowBubble;
class OverflowButton;
class ScopedRootWindowForNewWindows;
class ShelfButton;
-class ShelfDelegate;
class ShelfModel;
struct ShelfItem;
class ShelfWidget;
@@ -71,7 +70,6 @@ class ASH_EXPORT ShelfView : public views::View,
public app_list::ApplicationDragAndDropHost {
public:
ShelfView(ShelfModel* model,
- ShelfDelegate* delegate,
WmShelf* wm_shelf,
ShelfWidget* shelf_widget);
~ShelfView() override;
@@ -352,9 +350,6 @@ class ASH_EXPORT ShelfView : public views::View,
// The model; owned by Launcher.
ShelfModel* model_;
- // Delegate; owned by Launcher.
- ShelfDelegate* delegate_;
-
// The shelf controller; owned by RootWindowController.
WmShelf* wm_shelf_;
« no previous file with comments | « ash/shelf/shelf_model_unittest.cc ('k') | ash/shelf/shelf_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698