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