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

Unified Diff: chrome/browser/android/most_visited_sites.h

Issue 1787633002: Use whitelist large icon for corresponding most visited suggestions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@icon-whitelist
Patch Set: Rebased against previous CL Created 4 years, 9 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: chrome/browser/android/most_visited_sites.h
diff --git a/chrome/browser/android/most_visited_sites.h b/chrome/browser/android/most_visited_sites.h
index 76a17d258e439fb31f00d8e5f6dfc4182d3eab43..ed171684181d6e178c7c040674b8faffa9d45e58 100644
--- a/chrome/browser/android/most_visited_sites.h
+++ b/chrome/browser/android/most_visited_sites.h
@@ -116,6 +116,9 @@ class MostVisitedSites : public sync_driver::SyncServiceObserver,
// enabled, or if it returns no data.
void InitiateTopSitesQuery();
+ // If there is a whitelist entry point for the URL return the large icon path
Bernhard Bauer 2016/03/17 15:49:00 Nit: comma after URL, and a period at the end.
atanasova 2016/03/17 16:02:08 Done.
+ base::FilePath GetWhitelistLargeIconPath(const GURL& url);
+
// Callback for when data is available from TopSites.
void OnMostVisitedURLsAvailable(
const history::MostVisitedURLList& visited_list);
« no previous file with comments | « no previous file | chrome/browser/android/most_visited_sites.cc » ('j') | chrome/browser/android/most_visited_sites.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698