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

Unified Diff: ash/common/shelf/wm_shelf.h

Issue 2187953002: mash: Migrate ShelfButton* to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/common/shelf/shelf_button_pressed_metric_tracker_unittest.cc ('k') | ash/mus/bridge/wm_shelf_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/wm_shelf.h
diff --git a/ash/common/shelf/wm_shelf.h b/ash/common/shelf/wm_shelf.h
index 763f417ab190e608088f4f4b5c5181255d5d535b..0fbee4bc0b76c8150ee1b5008957e9191bfc0d89 100644
--- a/ash/common/shelf/wm_shelf.h
+++ b/ash/common/shelf/wm_shelf.h
@@ -20,6 +20,7 @@ class MouseEvent;
namespace ash {
class ShelfLockingManager;
+class ShelfView;
class WmShelfObserver;
class WmWindow;
@@ -93,6 +94,7 @@ class ASH_EXPORT WmShelf {
virtual void SetKeyboardBoundsForTesting(const gfx::Rect& bounds) = 0;
virtual ShelfLockingManager* GetShelfLockingManagerForTesting() = 0;
+ virtual ShelfView* GetShelfViewForTesting() = 0;
James Cook 2016/07/27 19:43:00 I did this because I wanted to move the unit test
msw 2016/07/27 20:12:34 Acknowledged.
protected:
virtual ~WmShelf() {}
« no previous file with comments | « ash/common/shelf/shelf_button_pressed_metric_tracker_unittest.cc ('k') | ash/mus/bridge/wm_shelf_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698