Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: chrome/browser/android/shortcut_helper.cc

Issue 934693002: Reload favicon from HTTP cache on Ctrl+Refresh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698