| 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 06e59e5bfc010bc322df0adf876bbdf8228c6df0..09cf400954c7795f157c67306bb4d90cf5807210 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
|
| @@ -54,6 +54,11 @@ void ArcAppWindowLauncherItemController::ItemSelected(
|
| callback.Run(ash::SHELF_ACTION_NEW_WINDOW_CREATED, base::nullopt);
|
| }
|
|
|
| +void ArcAppWindowLauncherItemController::ExecuteCommand(uint32_t command_id,
|
| + int32_t event_flags) {
|
| + ActivateIndexedApp(command_id);
|
| +}
|
| +
|
| MenuItemList ArcAppWindowLauncherItemController::GetAppMenuItems(
|
| int event_flags) {
|
| MenuItemList items;
|
|
|