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

Unified Diff: content/browser/web_contents/web_contents_impl.h

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: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 1ed80a1c192ea73e1d8267af2d5c332166813131..9116815cdec4d97f30c9bd6943fa6c2571df3987 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -330,6 +330,7 @@ class CONTENT_EXPORT WebContentsImpl
int DownloadImage(const GURL& url,
bool is_favicon,
uint32_t max_bitmap_size,
+ blink::WebURLRequest::CachePolicy cache_policy,
const ImageDownloadCallback& callback) override;
bool IsSubframe() const override;
void Find(int request_id,

Powered by Google App Engine
This is Rietveld 408576698