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

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

Issue 1272883004: Popular sites on the NTP: Favicons! (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@enable_popular_sites
Patch Set: . Created 5 years, 4 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 dd34d26ff3d623f74fe7a27bfa26c47580f9547a..3abfc0bd6ba0692734226caa94d6aaa3785aff43 100644
--- a/chrome/browser/android/most_visited_sites.h
+++ b/chrome/browser/android/most_visited_sites.h
@@ -82,6 +82,9 @@ class MostVisitedSites : public sync_driver::SyncServiceObserver,
void NotifyMostVisitedURLsObserver(const std::vector<base::string16>& titles,
const std::vector<std::string>& urls);
+ void NotifyPopularURLsObserver(const std::vector<std::string>& urls,
+ const std::vector<std::string>& favicon_urls);
+
void OnPopularSitesAvailable(bool success);
// Runs on the UI Thread.

Powered by Google App Engine
This is Rietveld 408576698