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

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

Issue 2972643002: Always prefer 192x192 on mobile, also for touch icons (Closed)
Patch Set: Removed comment. Created 3 years, 5 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 610ffbcf5690086f2a471965a186c8e3acc63c21..5b4c7aa3bab56003121b3c2717c0e2cceaafbb82 100644
--- a/components/favicon/core/favicon_handler.h
+++ b/components/favicon/core/favicon_handler.h
@@ -206,8 +206,7 @@ class FaviconHandler {
// Called when the actual list of favicon candidates to be processed is
// available, which can be either icon URLs listed in the HTML head instead
// or, if a Web Manifest was provided, the list of icons there.
- void OnGotFinalIconURLCandidates(const std::vector<FaviconURL>& candidates,
- const std::vector<int>& desired_pixel_sizes);
+ void OnGotFinalIconURLCandidates(const std::vector<FaviconURL>& candidates);
// Called when the history request for favicon data mapped to |url_| has
// completed and the renderer has told us the icon URLs used by |url_|
« 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