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

Unified Diff: ui/app_list/test/app_list_test_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/test/app_list_test_view_delegate.h
diff --git a/ui/app_list/test/app_list_test_view_delegate.h b/ui/app_list/test/app_list_test_view_delegate.h
index d6a9e872e06f6e7b38e897ed1d0337533f7a749c..c0632ce3bfd55173fb7ce7522a52eae65200ca09 100644
--- a/ui/app_list/test/app_list_test_view_delegate.h
+++ b/ui/app_list/test/app_list_test_view_delegate.h
@@ -56,9 +56,6 @@ class AppListTestViewDelegate : public AppListViewDelegate {
void SetProfileByPath(const base::FilePath& profile_path) override;
AppListModel* GetModel() override;
SpeechUIModel* GetSpeechUI() override;
- void GetShortcutPathForApp(
- const std::string& app_id,
- const base::Callback<void(const base::FilePath&)>& callback) override;
void StartSearch() override {}
void StopSearch() override {}
void OpenSearchResult(SearchResult* result,

Powered by Google App Engine
This is Rietveld 408576698