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 20979105e4b6c75d609748ec09593790fe93ac0f..b8f97c8509dd824a7cc2557f608c7420a49283f9 100644 |
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h |
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h |
@@ -123,6 +123,7 @@ 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; |
// FIXME: Oilpan: Ideally this should just be a traced Member but that will |
// currently leak because ComputedStyle and its data are not on the heap. |