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

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

Issue 1412033002: Make logic in OnFaviconDataForInitialURLFromFaviconService() the same for touch & non-touch favicons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_notifications
Patch Set: Created 5 years, 2 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 e1b350d9fa2cefba2532dc178d8c444a863a5b4b..a65d19b3d678c30180b78b82149c42e2e6a534ae 100644
--- a/components/favicon/core/favicon_handler.h
+++ b/components/favicon/core/favicon_handler.h
@@ -272,6 +272,11 @@ class FaviconHandler {
// database has expired or the data in the database is incomplete.
bool initial_history_result_expired_or_incomplete_;
+ // Whether FaviconHandler should ignore history state and determine the
+ // optimal icon URL out of |image_urls_| for |url_| by downloading
+ // |image_urls_| one by one.
+ bool redownload_icons_;
+
// Requests to the renderer to download favicons.
typedef std::map<int, DownloadRequest> DownloadRequests;
DownloadRequests download_requests_;
« 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