Index: components/favicon/core/favicon_handler.h |
diff --git a/components/favicon/core/favicon_handler.h b/components/favicon/core/favicon_handler.h |
index 5b4c7aa3bab56003121b3c2717c0e2cceaafbb82..610ffbcf5690086f2a471965a186c8e3acc63c21 100644 |
--- a/components/favicon/core/favicon_handler.h |
+++ b/components/favicon/core/favicon_handler.h |
@@ -206,7 +206,8 @@ 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); |
+ void OnGotFinalIconURLCandidates(const std::vector<FaviconURL>& candidates, |
+ const std::vector<int>& desired_pixel_sizes); |
// 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_| |