| 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 de7850a10b12090c36d0c86a2ac5ea48051e9a8a..e745c068f283c23e3dc9a7aa4c814f05995ea247 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -44,10 +44,11 @@
|
| namespace blink {
|
|
|
| class ClientHintsPreferences;
|
| +class ContentSettingsClient;
|
| class Document;
|
| class DocumentLoader;
|
| -class LocalFrameClient;
|
| class LocalFrame;
|
| +class LocalFrameClient;
|
| class ResourceError;
|
| class ResourceResponse;
|
|
|
| @@ -182,6 +183,8 @@ class CORE_EXPORT FrameFetchContext final : public FetchContext {
|
| LocalFrame* frame() const;
|
| LocalFrameClient* localFrameClient() const;
|
|
|
| + ContentSettingsClient* contentSettingsClient() const;
|
| +
|
| LocalFrame* frameOfImportsController() const;
|
|
|
| void printAccessDeniedMessage(const KURL&) const;
|
|
|