| Index: ui/app_list/views/app_list_main_view.cc
|
| diff --git a/ui/app_list/views/app_list_main_view.cc b/ui/app_list/views/app_list_main_view.cc
|
| index 7d2f6b7dff1450d82ee80edf3e77041e2c27ba5b..ed7a7716e9d5f46b69537e0c1cfd8c6e66b6a298 100644
|
| --- a/ui/app_list/views/app_list_main_view.cc
|
| +++ b/ui/app_list/views/app_list_main_view.cc
|
| @@ -226,8 +226,10 @@ void AppListMainView::QueryChanged(SearchBoxView* sender) {
|
| delegate_->StopSearch();
|
| }
|
|
|
| -void AppListMainView::OpenResult(SearchResult* result, int event_flags) {
|
| - delegate_->OpenSearchResult(result, event_flags);
|
| +void AppListMainView::OpenResult(SearchResult* result,
|
| + bool auto_launch,
|
| + int event_flags) {
|
| + delegate_->OpenSearchResult(result, auto_launch, event_flags);
|
| }
|
|
|
| void AppListMainView::InvokeResultAction(SearchResult* result,
|
|
|