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

Unified Diff: components/ntp_tiles/most_visited_sites.h

Issue 2695713004: Add baked-in favicons for default popular sites on NTP (Closed)
Patch Set: Drop bool from callback 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
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;

Powered by Google App Engine
This is Rietveld 408576698