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

Unified Diff: ui/app_list/views/apps_grid_view_delegate.h

Issue 2143893002: Purge the App Launcher code from Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comment Created 4 years, 5 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/views/apps_grid_view_delegate.h
diff --git a/ui/app_list/views/apps_grid_view_delegate.h b/ui/app_list/views/apps_grid_view_delegate.h
index 3be3eeeef5882409dc7e7d034df9b73d9736c99b..f1787e3d04eee1dff8aecccfb8a941015ff66188 100644
--- a/ui/app_list/views/apps_grid_view_delegate.h
+++ b/ui/app_list/views/apps_grid_view_delegate.h
@@ -24,12 +24,6 @@ class APP_LIST_EXPORT AppsGridViewDelegate {
// the flags of the keyboard/mouse event that triggers the activation request.
virtual void ActivateApp(AppListItem* item, int event_flags) = 0;
- // Gets the path to a shortcut for the app represented by |item|. |callback|
- // may be run immediately.
- virtual void GetShortcutPathForApp(
- const std::string& app_id,
- const base::Callback<void(const base::FilePath&)>& callback) = 0;
-
// Called by the root grid view to cancel a drag that started inside a folder.
// This can occur when the root grid is visible for a reparent and its model
// changes, necessitating a cancel of the drag operation.

Powered by Google App Engine
This is Rietveld 408576698