| Index: ui/app_list/cocoa/app_list_view_controller.mm
|
| diff --git a/ui/app_list/cocoa/app_list_view_controller.mm b/ui/app_list/cocoa/app_list_view_controller.mm
|
| index a28171cd7e3ef41f0e1d73997a171342b2241a9c..27f2da1b2b533b9fada146b8782091455b12ea88 100644
|
| --- a/ui/app_list/cocoa/app_list_view_controller.mm
|
| +++ b/ui/app_list/cocoa/app_list_view_controller.mm
|
| @@ -342,8 +342,10 @@ void AppListModelObserverBridge::OnProfilesChanged() {
|
| }
|
|
|
| - (void)openResult:(app_list::SearchResult*)result {
|
| - if (delegate_)
|
| - delegate_->OpenSearchResult(result, 0 /* event flags */);
|
| + if (delegate_) {
|
| + delegate_->OpenSearchResult(
|
| + result, false /* auto_launch */, 0 /* event flags */);
|
| + }
|
| }
|
|
|
| - (void)redoSearch {
|
|
|