| Index: chrome/browser/ui/app_list/search/arc_app_result.cc
|
| diff --git a/chrome/browser/ui/app_list/search/arc_app_result.cc b/chrome/browser/ui/app_list/search/arc_app_result.cc
|
| index c2214116213abfa903898f2afbb56a87072e301c..5079b991d8450b4727ab4dc982ed30ba1d9364dc 100644
|
| --- a/chrome/browser/ui/app_list/search/arc_app_result.cc
|
| +++ b/chrome/browser/ui/app_list/search/arc_app_result.cc
|
| @@ -47,7 +47,7 @@ void ArcAppResult::ExecuteLaunchCommand(int event_flags) {
|
| void ArcAppResult::Open(int event_flags) {
|
| RecordHistogram(APP_SEARCH_RESULT);
|
|
|
| - if (!arc::LaunchApp(profile(), app_id()))
|
| + if (!arc::LaunchApp(profile(), app_id(), event_flags))
|
| return;
|
|
|
| // Manually close app_list view because focus is not changed on ARC app start,
|
|
|