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 5b2951b1c5b02de2ec5aca80ce965c766bfabe00..5f5fe6b4f061c0c9229e89555289a030e82e6fa3 100644 |
--- a/chrome/browser/ui/webui/ntp/app_launcher_handler.cc |
+++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.cc |
@@ -700,8 +700,8 @@ void AppLauncherHandler::HandleGenerateAppForLink(const base::ListValue* args) { |
install_info->app_url = launch_url; |
install_info->page_ordinal = page_ordinal; |
- favicon_service->GetFaviconImageForURL( |
- FaviconService::FaviconForURLParams( |
+ favicon_service->GetFaviconImageForPageURL( |
+ FaviconService::FaviconForPageURLParams( |
launch_url, favicon_base::FAVICON, gfx::kFaviconSize), |
base::Bind(&AppLauncherHandler::OnFaviconForApp, |
base::Unretained(this), |