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, |