Chromium Code Reviews| 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(); |