| Index: chrome/browser/jumplist_win.cc
|
| diff --git a/chrome/browser/jumplist_win.cc b/chrome/browser/jumplist_win.cc
|
| index 79ed5f9d6d17678ac74c216c0503ea7c16dc6260..99b5ecc8b3bac74250f6d1c8946a793f316e2605 100644
|
| --- a/chrome/browser/jumplist_win.cc
|
| +++ b/chrome/browser/jumplist_win.cc
|
| @@ -396,8 +396,8 @@ void JumpList::StartLoadingFavicon() {
|
| }
|
| FaviconService* favicon_service =
|
| FaviconServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
|
| - task_id_ = favicon_service->GetFaviconImageForURL(
|
| - FaviconService::FaviconForURLParams(
|
| + task_id_ = favicon_service->GetFaviconImageForPageURL(
|
| + FaviconService::FaviconForPageURLParams(
|
| url, favicon_base::FAVICON, gfx::kFaviconSize),
|
| base::Bind(&JumpList::OnFaviconDataAvailable, base::Unretained(this)),
|
| &cancelable_task_tracker_);
|
|
|