Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: ui/app_list/app_list_view_delegate.h

Issue 25859005: Elim ActivateAppListItem, ChromeAppListItem (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix static cast in AppModelBuilder, add AppType Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698