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

Unified Diff: components/ntp_tiles/icon_cacher_impl.h

Issue 2888393002: [Icon cacher] Add metrics for downloading favicons for NTP Tiles (Closed)
Patch Set: Comments of Chris Created 3 years, 7 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 | « no previous file | components/ntp_tiles/icon_cacher_impl.cc » ('j') | components/ntp_tiles/icon_cacher_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles/icon_cacher_impl.h
diff --git a/components/ntp_tiles/icon_cacher_impl.h b/components/ntp_tiles/icon_cacher_impl.h
index 85d02b760f1e7ac6752aeecdfe85dfa62d3b5e07..a124b2c21d2c0a72ab1ebd77388cbf0a2c20c77d 100644
--- a/components/ntp_tiles/icon_cacher_impl.h
+++ b/components/ntp_tiles/icon_cacher_impl.h
@@ -83,6 +83,8 @@ class IconCacherImpl : public IconCacher {
const GURL& page_url,
const favicon_base::LargeIconResult& result);
+ void OnMostLikelyFaviconDownloaded(const GURL& request_url, bool success);
+
bool StartRequest(const GURL& request_url,
const base::Closure& icon_available);
void FinishRequestAndNotifyIconAvailable(const GURL& request_url,
« no previous file with comments | « no previous file | components/ntp_tiles/icon_cacher_impl.cc » ('j') | components/ntp_tiles/icon_cacher_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698