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 3979e63684dd6aab0e12a00ffee19d9cc3f90430..57ad2e4f2b6d63826ae88b41d8aaa0fb948276f6 100644 |
--- a/ui/app_list/app_list_view_delegate.h |
+++ b/ui/app_list/app_list_view_delegate.h |
@@ -48,10 +48,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. |