| Index: chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h
|
| diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h
|
| index c2cf5a103915d9ddd5c4207105c3aa936bc083da..62abc7a19111208700cf9b68f10ee61083810e0a 100644
|
| --- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h
|
| @@ -28,6 +28,7 @@ class ArcAppWindowLauncherItemController
|
| ash::ShelfLaunchSource source,
|
| const ItemSelectedCallback& callback) override;
|
| MenuItemList GetAppMenuItems(int event_flags) override;
|
| + void ExecuteCommand(uint32_t command_id, int32_t event_flags) override;
|
|
|
| void AddTaskId(int task_id);
|
| void RemoveTaskId(int task_id);
|
|
|