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

Unified Diff: content/renderer/fetchers/multi_resolution_image_resource_fetcher.h

Issue 1858533002: Introduce WebCachePolicy to merge cache policy enums (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: hiroshige review Created 4 years, 8 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 0b8671e6d142380186ba1119559fbb4e396dad28..4d132ce8f844888afa63d1d0a00c2fb2a34971e1 100644
--- a/content/renderer/fetchers/multi_resolution_image_resource_fetcher.h
+++ b/content/renderer/fetchers/multi_resolution_image_resource_fetcher.h
@@ -19,6 +19,7 @@ class SkBitmap;
namespace blink {
class WebFrame;
class WebURLResponse;
+enum class WebCachePolicy;
}
namespace content {
@@ -37,7 +38,7 @@ class MultiResolutionImageResourceFetcher {
blink::WebFrame* frame,
int id,
blink::WebURLRequest::RequestContext request_context,
- blink::WebURLRequest::CachePolicy cache_policy,
+ blink::WebCachePolicy 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