| Index: ash/common/shelf/app_list_shelf_item_delegate.h
|
| diff --git a/ash/common/shelf/app_list_shelf_item_delegate.h b/ash/common/shelf/app_list_shelf_item_delegate.h
|
| index a7d56ff6f71a7b9db7c7f3e808e3e7ede7d37dbb..88f09d27a2c2f69c15e822b1c9d4a2c2d08cb0ee 100644
|
| --- a/ash/common/shelf/app_list_shelf_item_delegate.h
|
| +++ b/ash/common/shelf/app_list_shelf_item_delegate.h
|
| @@ -27,6 +27,7 @@ class AppListShelfItemDelegate : public ShelfItemDelegate {
|
| int64_t display_id,
|
| ShelfLaunchSource source) override;
|
| ShelfAppMenuItemList GetAppMenuItems(int event_flags) override;
|
| + void ExecuteCommand(uint32_t command_id, int event_flags) override;
|
| void Close() override;
|
|
|
| private:
|
|
|