| Index: ui/app_list/app_list_view_delegate.h
|
| diff --git a/ui/app_list/app_list_view_delegate.h b/ui/app_list/app_list_view_delegate.h
|
| index 3d550ac2adb70a557c9b6727874ff5a55551d32e..aac3f35e026a78cb28ce12a21c690832b9232961 100644
|
| --- a/ui/app_list/app_list_view_delegate.h
|
| +++ b/ui/app_list/app_list_view_delegate.h
|
| @@ -91,7 +91,9 @@ class APP_LIST_EXPORT AppListViewDelegate {
|
| virtual void StopSearch() = 0;
|
|
|
| // Invoked to open the search result.
|
| - virtual void OpenSearchResult(SearchResult* result, int event_flags) = 0;
|
| + virtual void OpenSearchResult(SearchResult* result,
|
| + bool auto_launch,
|
| + int event_flags) = 0;
|
|
|
| // Called to invoke a custom action on |result|. |action_index| corresponds
|
| // to the index of an icon in |result.action_icons()|.
|
|
|