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

Unified Diff: ash/shelf/shelf_view.h

Issue 2176813002: mash: Migrate ShelfTooltipManager to wm common types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. 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
« ash/shelf/shelf_tooltip_manager.cc ('K') | « ash/shelf/shelf_tooltip_manager.cc ('k') | no next file » | 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 0bbc33470c88040b827d5d3158aa884e1e42ed92..ffc980639253d5e7ca40b3d79ab18e4a986261f9 100644
--- a/ash/shelf/shelf_view.h
+++ b/ash/shelf/shelf_view.h
@@ -75,6 +75,7 @@ class ASH_EXPORT ShelfView : public views::View,
~ShelfView() override;
Shelf* shelf() const { return shelf_; }
+ WmShelf* wm_shelf() const { return wm_shelf_; }
James Cook 2016/07/22 23:48:21 optional: This is OK, but what do you think of pas
msw 2016/07/25 22:56:44 The WmShelf is injected into ShelfView via ctor, s
ShelfModel* model() const { return model_; }
void Init();
« ash/shelf/shelf_tooltip_manager.cc ('K') | « ash/shelf/shelf_tooltip_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698