| Index: components/favicon/core/large_icon_service.cc
|
| diff --git a/components/favicon/core/large_icon_service.cc b/components/favicon/core/large_icon_service.cc
|
| index 660b3a3e4e97d6225cc369ab60cfad220c343492..043678ab5b4f49f9cd30228d823f8e1f2e85ee56 100644
|
| --- a/components/favicon/core/large_icon_service.cc
|
| +++ b/components/favicon/core/large_icon_service.cc
|
| @@ -297,9 +297,9 @@ void OnFetchIconFromGoogleServerComplete(
|
| // something else could've been written). By marking the icons initially
|
| // expired (out-of-date), they will be refetched when we visit the original
|
| // page any time in the future.
|
| - favicon_service->SetLastResortFavicons(page_url, GURL(original_icon_url),
|
| - favicon_base::IconType::TOUCH_ICON,
|
| - image, callback);
|
| + favicon_service->SetOnDemandFavicons(page_url, GURL(original_icon_url),
|
| + favicon_base::IconType::TOUCH_ICON,
|
| + image, callback);
|
| }
|
|
|
| } // namespace
|
|
|