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

Unified Diff: chrome/browser/ui/webui/ntp/app_launcher_handler.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/ui/webui/ntp/app_launcher_handler.cc
diff --git a/chrome/browser/ui/webui/ntp/app_launcher_handler.cc b/chrome/browser/ui/webui/ntp/app_launcher_handler.cc
index 7f8e49ab03b1f306d2c9c8988331b77298cc17a8..538fbf82726bbd61c9947ed4572e805580cf8e2f 100644
--- a/chrome/browser/ui/webui/ntp/app_launcher_handler.cc
+++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.cc
@@ -700,8 +700,7 @@ void AppLauncherHandler::HandleGenerateAppForLink(const ListValue* args) {
install_info->page_ordinal = page_ordinal;
favicon_service->GetFaviconImageForURL(
- FaviconService::FaviconForURLParams(profile,
- launch_url,
+ FaviconService::FaviconForURLParams(launch_url,
chrome::FAVICON,
gfx::kFaviconSize),
base::Bind(&AppLauncherHandler::OnFaviconForApp,
« no previous file with comments | « chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc ('k') | chrome/browser/ui/webui/ntp/favicon_webui_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698