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 e505065ead097c93fe55756dea279661a9b07794..754004c3613f7b0f96757a363e38481559996f0d 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, |
true, // favicon |
std::max(unprocessed_icons_.back().width, |