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

Unified Diff: components/favicon/core/favicon_handler.h

Issue 2781093002: Add attempt count metric to FaviconHandler (Closed)
Patch Set: Use public sparse_slowly Created 3 years, 8 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/favicon/core/favicon_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon/core/favicon_handler.h
diff --git a/components/favicon/core/favicon_handler.h b/components/favicon/core/favicon_handler.h
index 9e6e22b9f97126bc1762aa49db194d4225a8f635..61a159165f0cba26ca41a7c1bbabd4ac8567a8f6 100644
--- a/components/favicon/core/favicon_handler.h
+++ b/components/favicon/core/favicon_handler.h
@@ -290,6 +290,10 @@ class FaviconHandler {
// This handler's delegate.
Delegate* delegate_;
+ // Captures the number of download requests that were initiated for the
+ // current url_.
+ int num_download_requests_;
+
// The index of the favicon URL in |image_urls_| which is currently being
// requested from history or downloaded.
size_t current_candidate_index_;
« no previous file with comments | « no previous file | components/favicon/core/favicon_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698