summaryrefslogtreecommitdiffstats
path: root/chrome/browser/jumplist_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/jumplist_win.cc')
-rw-r--r--chrome/browser/jumplist_win.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/jumplist_win.cc b/chrome/browser/jumplist_win.cc
index 4bd1160..c5436ea 100644
--- a/chrome/browser/jumplist_win.cc
+++ b/chrome/browser/jumplist_win.cc
@@ -684,8 +684,7 @@ void JumpList::StartLoadingFavicon() {
FaviconService* favicon_service =
FaviconServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
task_id_ = favicon_service->GetFaviconImageForURL(
- FaviconService::FaviconForURLParams(profile_,
- url,
+ FaviconService::FaviconForURLParams(url,
chrome::FAVICON,
gfx::kFaviconSize),
base::Bind(&JumpList::OnFaviconDataAvailable,