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

Unified Diff: android_webview/browser/icon_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
« no previous file with comments | « no previous file | chrome/browser/android/shortcut_helper.cc » ('j') | chrome/browser/favicon/favicon_handler.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/icon_helper.cc
diff --git a/android_webview/browser/icon_helper.cc b/android_webview/browser/icon_helper.cc
index c4c0c3d4046c679153c0c9717dac16876abcbac8..4635943bebc6370b4f011ee9d88089ed34e266b2 100644
--- a/android_webview/browser/icon_helper.cc
+++ b/android_webview/browser/icon_helper.cc
@@ -74,6 +74,7 @@ void IconHelper::DidUpdateFaviconURL(
web_contents()->DownloadImage(i->icon_url,
true, // Is a favicon
0, // No maximum size
+ blink::WebURLRequest::UseProtocolCachePolicy,
base::Bind(
&IconHelper::DownloadFaviconCallback, base::Unretained(this)));
break;
« no previous file with comments | « no previous file | chrome/browser/android/shortcut_helper.cc » ('j') | chrome/browser/favicon/favicon_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698