diff options
Diffstat (limited to 'chrome/browser/ui/webui/ntp/app_launcher_handler.cc')
| -rw-r--r-- | chrome/browser/ui/webui/ntp/app_launcher_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/ntp/app_launcher_handler.cc b/chrome/browser/ui/webui/ntp/app_launcher_handler.cc index 3651009..111f9a7 100644 --- a/chrome/browser/ui/webui/ntp/app_launcher_handler.cc +++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.cc @@ -792,7 +792,7 @@ void AppLauncherHandler::HandleGenerateAppForLink(const ListValue* args) { FaviconService::Handle h = favicon_service->GetFaviconForURL( launch_url, history::FAVICON, &favicon_consumer_, - base::Bind(&AppLauncherHandler::OnFaviconForApp, base::Unretained(this))); + NewCallback(this, &AppLauncherHandler::OnFaviconForApp)); favicon_consumer_.SetClientData(favicon_service, h, install_info.release()); } |
