| Index: ash/shell/app_list.cc
|
| diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc
|
| index c9a280b0c8ff86689d006957224d14e7ceb1a209..9a27b508eb2341f67f3a4edd9bf1fb92c2334c07 100644
|
| --- a/ash/shell/app_list.cc
|
| +++ b/ash/shell/app_list.cc
|
| @@ -248,12 +248,6 @@ class ExampleAppListViewDelegate : public app_list::AppListViewDelegate {
|
|
|
| app_list::SpeechUIModel* GetSpeechUI() override { return &speech_ui_; }
|
|
|
| - void GetShortcutPathForApp(
|
| - const std::string& app_id,
|
| - const base::Callback<void(const base::FilePath&)>& callback) override {
|
| - callback.Run(base::FilePath());
|
| - }
|
| -
|
| void OpenSearchResult(app_list::SearchResult* result,
|
| bool auto_launch,
|
| int event_flags) override {
|
|
|