| Index: ash/shelf/shelf_view.h
|
| diff --git a/ash/shelf/shelf_view.h b/ash/shelf/shelf_view.h
|
| index 3e79c05398b005407e284f91493562d57d7eae8f..d7286fc4a008cda798c58eb3f722da2fcf60acd0 100644
|
| --- a/ash/shelf/shelf_view.h
|
| +++ b/ash/shelf/shelf_view.h
|
| @@ -315,6 +315,7 @@ class ASH_EXPORT ShelfView : public views::View,
|
| // Shows a default shelf context menu with optional extra custom |menu_items|.
|
| void AfterGetContextMenuItems(const ShelfID& shelf_id,
|
| const gfx::Point& point,
|
| + views::View* source,
|
| ui::MenuSourceType source_type,
|
| std::vector<mojom::MenuItemPtr> menu_items);
|
|
|
|
|