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

Unified Diff: components/ntp_tiles/most_visited_sites.h

Issue 2695713004: Add baked-in favicons for default popular sites on NTP (Closed)
Patch Set: Rebase. Created 3 years, 10 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
« no previous file with comments | « components/ntp_tiles/icon_cacher_impl_unittest.cc ('k') | components/ntp_tiles/most_visited_sites.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles/most_visited_sites.h
diff --git a/components/ntp_tiles/most_visited_sites.h b/components/ntp_tiles/most_visited_sites.h
index 5df1fc6687454a691f42a627c2bc5ea2efa3d0ef..12cf44e6eb2c05dc6188270b3a80bbc1f8fcb320 100644
--- a/components/ntp_tiles/most_visited_sites.h
+++ b/components/ntp_tiles/most_visited_sites.h
@@ -181,7 +181,7 @@ class MostVisitedSites : public history::TopSitesObserver,
void OnPopularSitesDownloaded(bool success);
- void OnIconMadeAvailable(const GURL& site_url, bool newly_available);
+ void OnIconMadeAvailable(const GURL& site_url);
// history::TopSitesObserver implementation.
void TopSitesLoaded(history::TopSites* top_sites) override;
« no previous file with comments | « components/ntp_tiles/icon_cacher_impl_unittest.cc ('k') | components/ntp_tiles/most_visited_sites.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698