| Index: chrome/browser/ui/webui/favicon_source.cc
|
| diff --git a/chrome/browser/ui/webui/favicon_source.cc b/chrome/browser/ui/webui/favicon_source.cc
|
| index b2fe5f9913f7f276bb8b8736279fcc0e1e00bd61..5016affcf605ce35d98d072ede4d3de4926878b7 100644
|
| --- a/chrome/browser/ui/webui/favicon_source.cc
|
| +++ b/chrome/browser/ui/webui/favicon_source.cc
|
| @@ -109,12 +109,13 @@ void FaviconSource::StartDataRequest(const std::string& path,
|
|
|
| // TODO(estade): fetch the requested size.
|
| handle = favicon_service->GetRawFaviconForURL(
|
| - profile_,
|
| - url,
|
| - icon_types_,
|
| - gfx::kFaviconSize,
|
| + FaviconService::FaviconForURLParams(
|
| + profile_,
|
| + url,
|
| + icon_types_,
|
| + gfx::kFaviconSize,
|
| + &cancelable_consumer_),
|
| ui::SCALE_FACTOR_100P,
|
| - &cancelable_consumer_,
|
| base::Bind(&FaviconSource::OnFaviconDataAvailable,
|
| base::Unretained(this)));
|
| }
|
|
|