Chromium Code Reviews| Index: ash/shelf/shelf_view.h |
| diff --git a/ash/shelf/shelf_view.h b/ash/shelf/shelf_view.h |
| index 50656eac6a156e5f8e7a2e24890a518c95e68ff0..825a1de8d838e1ef26bb83130ebcab444e5ada7e 100644 |
| --- a/ash/shelf/shelf_view.h |
| +++ b/ash/shelf/shelf_view.h |
| @@ -169,6 +169,8 @@ class ASH_EXPORT ShelfView : public views::View, |
| // the overflow shelf. |
| ShelfView* main_shelf() { return main_shelf_; } |
| + const ShelfButton* drag_view() const { return drag_view_; } |
| + |
| private: |
| friend class ash::test::ShelfViewTestAPI; |