Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6444)

Unified Diff: chrome/browser/jumplist_win.cc

Issue 56143002: Make FaviconService() use Porfile as parameter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit test but break the DEPS Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/jumplist_win.cc
diff --git a/chrome/browser/jumplist_win.cc b/chrome/browser/jumplist_win.cc
index 4bd1160690827f6c0625e0ef4cf843815d51a77a..c5436eafcfb58d33601012cd1ee2d95519df3653 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,

Powered by Google App Engine
This is Rietveld 408576698