| Index: chrome/browser/ui/web_applications/web_app_ui.cc
|
| diff --git a/chrome/browser/ui/web_applications/web_app_ui.cc b/chrome/browser/ui/web_applications/web_app_ui.cc
|
| index 34ad3d0994fe056d0662e1e20e848ba65cea95bc..5a763499520a21b30511dd3405401fb82c2cefa8 100644
|
| --- a/chrome/browser/ui/web_applications/web_app_ui.cc
|
| +++ b/chrome/browser/ui/web_applications/web_app_ui.cc
|
| @@ -170,7 +170,7 @@ void UpdateShortcutWorker::DownloadIcon() {
|
| return;
|
| }
|
|
|
| - web_contents_->DownloadFavicon(
|
| + web_contents_->DownloadImage(
|
| unprocessed_icons_.back().url,
|
| std::max(unprocessed_icons_.back().width,
|
| unprocessed_icons_.back().height),
|
|
|