| 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 91c8ab72c0f4af23bbb46e00693abfe71fa8836a..1989d087853db4df67e79ff07df4c06a5c2a58e7 100644
|
| --- a/ui/app_list/app_list_view_delegate.h
|
| +++ b/ui/app_list/app_list_view_delegate.h
|
| @@ -52,10 +52,6 @@ class APP_LIST_EXPORT AppListViewDelegate {
|
| const std::string& app_id,
|
| const base::Callback<void(const base::FilePath&)>& callback) = 0;
|
|
|
| - // Invoked when an AppListeItemModelView is activated by click or enter key.
|
| - virtual void ActivateAppListItem(AppListItemModel* item,
|
| - int event_flags) = 0;
|
| -
|
| // Invoked to start a new search. Delegate collects query input from
|
| // SearchBoxModel and populates SearchResults. Both models are sub models
|
| // of AppListModel.
|
|
|