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

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, 9 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
« no previous file with comments | « android_webview/browser/icon_helper.cc ('k') | chrome/browser/extensions/favicon_downloader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « android_webview/browser/icon_helper.cc ('k') | chrome/browser/extensions/favicon_downloader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698