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

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

Issue 2143893002: Purge the App Launcher code from Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/app_list_main_view.h
diff --git a/ui/app_list/views/app_list_main_view.h b/ui/app_list/views/app_list_main_view.h
index 74b8765b1c839019230a0d9604509847159ddadf..a04356365f4a570a064ddf2c9fcc7aeec809a459 100644
--- a/ui/app_list/views/app_list_main_view.h
+++ b/ui/app_list/views/app_list_main_view.h
@@ -102,9 +102,6 @@ class APP_LIST_EXPORT AppListMainView : public views::View,
// Overridden from AppsGridViewDelegate:
void ActivateApp(AppListItem* item, int event_flags) override;
- void GetShortcutPathForApp(
- const std::string& app_id,
- const base::Callback<void(const base::FilePath&)>& callback) override;
void CancelDragInActiveFolder() override;
// Overridden from SearchBoxViewDelegate:

Powered by Google App Engine
This is Rietveld 408576698