| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| index 34812a38cfa95cdfb48ad1f2b0a3dd853c28460b..001a5cfa52fab6cb2980a996fea09edfdff6c739 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -70,7 +70,7 @@ public:
|
| void addAdditionalRequestHeaders(ResourceRequest&, FetchResourceType) override;
|
| void setFirstPartyForCookies(ResourceRequest&) override;
|
| CachePolicy getCachePolicy() const override;
|
| - ResourceRequestCachePolicy resourceRequestCachePolicy(const ResourceRequest&, Resource::Type) const override;
|
| + WebCachePolicy resourceRequestCachePolicy(const ResourceRequest&, Resource::Type) const override;
|
| void dispatchDidChangeResourcePriority(unsigned long identifier, ResourceLoadPriority, int intraPriorityValue) override;
|
| void dispatchWillSendRequest(unsigned long identifier, ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo& = FetchInitiatorInfo()) override;
|
| void dispatchDidLoadResourceFromMemoryCache(const Resource*, WebURLRequest::FrameType, WebURLRequest::RequestContext) override;
|
|
|