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

Unified Diff: ash/shelf/shelf_widget.h

Issue 2243513004: mash: Partially migrate WorkspaceController to ash common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. 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/shelf/shelf_widget.h
diff --git a/ash/shelf/shelf_widget.h b/ash/shelf/shelf_widget.h
index ebf3e021bb4c4b16d8cf6a3a7b1757afc7c1a7f0..9efbd633c9394062c76573bc6029d28cc8b91acf 100644
--- a/ash/shelf/shelf_widget.h
+++ b/ash/shelf/shelf_widget.h
@@ -23,7 +23,6 @@ class ShelfLayoutManager;
class StatusAreaWidget;
class WmShelfAura;
class WmWindow;
-class WorkspaceController;
class ASH_EXPORT ShelfWidget : public views::Widget,
public views::WidgetObserver,
@@ -32,8 +31,7 @@ class ASH_EXPORT ShelfWidget : public views::Widget,
public:
ShelfWidget(WmWindow* shelf_container,
WmWindow* status_container,
- WmShelfAura* wm_shelf_aura,
- WorkspaceController* workspace_controller);
+ WmShelfAura* wm_shelf_aura);
~ShelfWidget() override;
// Returns if shelf alignment option is enabled, and the user is able to

Powered by Google App Engine
This is Rietveld 408576698