Rename function names in LargeIconService.
This CL renames 2 functions LargeIconService. This is a prerequisite
work for adding
LargeIconService::GetLargeIconRawBitmapOrFallbackStyleForIconUrl in
this CL(http://crrev/c/1384366).
Bug: 903617,910525
Change-Id: Id46811309646955fd2b8888d829f94918e5b910a
Reviewed-on: https://chromium-review.googlesource.com/c/1429959
Commit-Queue: Yi Su <[email protected]>
Reviewed-by: Mikel Astiz <[email protected]>
Reviewed-by: Mark Cogan <[email protected]>
Reviewed-by: Scott Violet <[email protected]>
Reviewed-by: Sylvain Defresne <[email protected]>
Cr-Commit-Position: refs/heads/master@{#625771}
diff --git a/components/ntp_snippets/content_suggestions_service.cc b/components/ntp_snippets/content_suggestions_service.cc
index 0e320f7..dbfaa37 100644
--- a/components/ntp_snippets/content_suggestions_service.cc
+++ b/components/ntp_snippets/content_suggestions_service.cc
@@ -231,7 +231,7 @@
// Use desired_size = 0 for getting the icon from the cache (so that the icon
// is not poorly rescaled by LargeIconService).
- large_icon_service_->GetLargeIconImageOrFallbackStyle(
+ large_icon_service_->GetLargeIconImageOrFallbackStyleForPageUrl(
publisher_url, minimum_size_in_pixel, /*desired_size_in_pixel=*/0,
base::Bind(&ContentSuggestionsService::OnGetFaviconFromCacheFinished,
base::Unretained(this), publisher_url, minimum_size_in_pixel,