| Index: athena/home/app_list_view_delegate.cc
|
| diff --git a/athena/home/app_list_view_delegate.cc b/athena/home/app_list_view_delegate.cc
|
| index 2938bf70af9ba344c6228fd2eb806092e3f8822b..d0b8d23d04d8d77980f300326f4b5925a50f3e88 100644
|
| --- a/athena/home/app_list_view_delegate.cc
|
| +++ b/athena/home/app_list_view_delegate.cc
|
| @@ -78,6 +78,11 @@ void AppListViewDelegate::GetShortcutPathForApp(
|
| // Windows only, nothing is necessary.
|
| }
|
|
|
| +void AppListViewDelegate::FetchRecommendations() {
|
| + for (size_t i = 0; i < search_providers_.size(); ++i)
|
| + search_providers_[i]->FetchRecommendations();
|
| +}
|
| +
|
| void AppListViewDelegate::StartSearch() {
|
| for (size_t i = 0; i < search_providers_.size(); ++i)
|
| search_providers_[i]->Start(model_->search_box()->text());
|
|
|