| 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 7d54e3bb1ad400423ccbd414f720aca08cff069f..92c9b49741cd2b308d0acc4f02238d169670424c 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -46,6 +46,7 @@ namespace blink {
|
| class ClientHintsPreferences;
|
| class Document;
|
| class DocumentLoader;
|
| +class FrameLoaderClient;
|
| class LocalFrame;
|
| class ResourceError;
|
| class ResourceResponse;
|
| @@ -175,6 +176,9 @@ class CORE_EXPORT FrameFetchContext final : public FetchContext {
|
|
|
| LocalFrame* frameOfImportsController() const;
|
| LocalFrame* frame() const;
|
| +
|
| + FrameLoaderClient* frameLoaderClient() const;
|
| +
|
| void printAccessDeniedMessage(const KURL&) const;
|
| ResourceRequestBlockedReason canRequestInternal(
|
| Resource::Type,
|
|
|