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

Unified Diff: chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider.h

Issue 795863002: [AppList] Use local favicons/icons with URLSuggestionResult (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed nits Created 6 years 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: chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider.h
diff --git a/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider.h b/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider.h
index af935ed4ac0fc18412f465f3961b1826b1c37150..8f6ea44ef8427f28afcbb92505ce325edff4fb86 100644
--- a/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider.h
+++ b/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider.h
@@ -11,6 +11,7 @@
#include "ui/app_list/search_provider.h"
class AppListControllerDelegate;
+class FaviconService;
class Profile;
namespace suggestions {
@@ -37,6 +38,7 @@ class SuggestionsSearchProvider : public SearchProvider {
Profile* profile_;
AppListControllerDelegate* list_controller_;
+ FaviconService* favicon_service_;
suggestions::SuggestionsService* suggestions_service_;
// For callbacks may be run after destruction.
« no previous file with comments | « chrome/browser/ui/DEPS ('k') | chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698