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

Unified Diff: ash/shell/app_list.cc

Issue 379333005: Allow AppSearchProvider to provide recommendations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: ash/shell/app_list.cc
diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc
index f8351532d384a5956fc608cf62d1eb18c02fc8d1..9e03b518a32e36cece1af54f3c531b8bdce0accc 100644
--- a/ash/shell/app_list.cc
+++ b/ash/shell/app_list.cc
@@ -284,6 +284,9 @@ class ExampleAppListViewDelegate : public app_list::AppListViewDelegate {
virtual void AutoLaunchCanceled() OVERRIDE {
}
+ virtual void FetchRecommendations() OVERRIDE {
+ }
+
virtual void StartSearch() OVERRIDE {
base::string16 query;
base::TrimWhitespace(model_->search_box()->text(), base::TRIM_ALL, &query);
« no previous file with comments | « no previous file | athena/home/app_list_view_delegate.h » ('j') | chrome/browser/ui/app_list/search/app_result.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698