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); |