| 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 387f5a714ac5fd70fa3459c25609609ee6ccd1f5..55d6083990de747dff1bbc13f05ade9252dad41c 100644
|
| --- a/components/favicon/core/large_icon_service.cc
|
| +++ b/components/favicon/core/large_icon_service.cc
|
| @@ -294,9 +294,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
|
|
|