| Index: chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc
|
| index e84941fc5cd74ee6f00ee54bf130b7e18820d8ec..48c85869a815c7bfd3ad5cca21df2345bc3b08c2 100644
|
| --- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc
|
| @@ -52,6 +52,11 @@ ash::ShelfAction ArcAppWindowLauncherItemController::ItemSelected(
|
| return ash::SHELF_ACTION_NEW_WINDOW_CREATED;
|
| }
|
|
|
| +void ArcAppWindowLauncherItemController::ExecuteCommand(uint32_t command_id,
|
| + int32_t event_flags) {
|
| + ActivateIndexedApp(command_id);
|
| +}
|
| +
|
| ash::ShelfAppMenuItemList ArcAppWindowLauncherItemController::GetAppMenuItems(
|
| int event_flags) {
|
| ash::ShelfAppMenuItemList items;
|
|
|