| 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 b3a3a4f7c6446229f0268c5bf31276fce6b1410e..3f7ed4bef08516ecf23092918b00df1e3c60c7fd 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -123,7 +123,6 @@ private:
|
| LocalFrame* frame() const; // Can be null
|
| void printAccessDeniedMessage(const KURL&) const;
|
| ResourceRequestBlockedReason canRequestInternal(Resource::Type, const ResourceRequest&, const KURL&, const ResourceLoaderOptions&, bool forPreload, FetchRequest::OriginRestriction, ResourceRequest::RedirectStatus) const;
|
| - bool contentSecurityPolicyBlocksRequest(Resource::Type, const ResourceRequest&, const KURL&, const ResourceLoaderOptions&, bool forPreload, ResourceRequest::RedirectStatus) const;
|
|
|
| void prepareRequest(unsigned long identifier, ResourceRequest&, const ResourceResponse&);
|
|
|
|
|