| Index: chrome/browser/android/shortcut_helper.cc
|
| diff --git a/chrome/browser/android/shortcut_helper.cc b/chrome/browser/android/shortcut_helper.cc
|
| index bb6df89043cf6d3fba4ec09d372dcad12ff7e2e2..00b9e36ae2622761e127dbb1609478d8fbf887c9 100644
|
| --- a/chrome/browser/android/shortcut_helper.cc
|
| +++ b/chrome/browser/android/shortcut_helper.cc
|
| @@ -130,6 +130,7 @@ void ShortcutHelper::OnDidGetManifest(const content::Manifest& manifest) {
|
| web_contents()->DownloadImage(icon_src,
|
| false,
|
| preferred_icon_size_in_px_,
|
| + false,
|
| base::Bind(&ShortcutHelper::OnDidDownloadIcon,
|
| weak_ptr_factory_.GetWeakPtr()));
|
| manifest_icon_status_ = MANIFEST_ICON_STATUS_FETCHING;
|
|
|