| Index: chrome/browser/ui/app_list/arc/arc_app_item.cc
|
| diff --git a/chrome/browser/ui/app_list/arc/arc_app_item.cc b/chrome/browser/ui/app_list/arc/arc_app_item.cc
|
| index 881aba3ce7af440066a59cbbe3ec64cf3cacf29f..295c7c68a20381bc80da8337fe3be8ec9d1b7088 100644
|
| --- a/chrome/browser/ui/app_list/arc/arc_app_item.cc
|
| +++ b/chrome/browser/ui/app_list/arc/arc_app_item.cc
|
| @@ -46,7 +46,7 @@ const char* ArcAppItem::GetItemType() const {
|
| }
|
|
|
| void ArcAppItem::Activate(int event_flags) {
|
| - if (!arc::LaunchApp(profile(), id()))
|
| + if (!arc::LaunchApp(profile(), id(), event_flags))
|
| return;
|
|
|
| // Manually close app_list view because focus is not changed on ARC app start,
|
|
|