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

Unified Diff: chrome/browser/ui/views/create_application_shortcut_view.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/ui/views/create_application_shortcut_view.cc
diff --git a/chrome/browser/ui/views/create_application_shortcut_view.cc b/chrome/browser/ui/views/create_application_shortcut_view.cc
index 6361d207a4d3ecf1aef86ccb9ce8236b53f71508..81908fb537bd54cc5bdfe0bc80966267ce9aa43a 100644
--- a/chrome/browser/ui/views/create_application_shortcut_view.cc
+++ b/chrome/browser/ui/views/create_application_shortcut_view.cc
@@ -474,6 +474,7 @@ void CreateUrlApplicationShortcutView::FetchIcon() {
unprocessed_icons_.back().url,
true, // is a favicon
0, // no maximum size
+ blink::WebURLRequest::UseProtocolCachePolicy,
base::Bind(&CreateUrlApplicationShortcutView::DidDownloadFavicon,
weak_ptr_factory_.GetWeakPtr(),
preferred_size));

Powered by Google App Engine
This is Rietveld 408576698