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

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: Compile fixes 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
« no previous file with comments | « ui/app_list/app_list_item_model.cc ('k') | ui/app_list/cocoa/apps_grid_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ui/app_list/app_list_item_model.cc ('k') | ui/app_list/cocoa/apps_grid_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698