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

Unified Diff: content/renderer/fetchers/multi_resolution_image_resource_fetcher.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, 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
Index: content/renderer/fetchers/multi_resolution_image_resource_fetcher.h
diff --git a/content/renderer/fetchers/multi_resolution_image_resource_fetcher.h b/content/renderer/fetchers/multi_resolution_image_resource_fetcher.h
index c968a87f12e085df5e55e7d8d4008e5d1eacb679..de44acef7d54c11b6a5bddf91b1ebdaab7afb0da 100644
--- a/content/renderer/fetchers/multi_resolution_image_resource_fetcher.h
+++ b/content/renderer/fetchers/multi_resolution_image_resource_fetcher.h
@@ -37,6 +37,7 @@ class MultiResolutionImageResourceFetcher {
blink::WebFrame* frame,
int id,
blink::WebURLRequest::RequestContext request_context,
+ blink::WebURLRequest::CachePolicy cache_policy,
const Callback& callback);
virtual ~MultiResolutionImageResourceFetcher();
« no previous file with comments | « content/public/renderer/resource_fetcher.h ('k') | content/renderer/fetchers/multi_resolution_image_resource_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698