| 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 9a4bb579603dfcf16c890b73b89eb2cdfb975353..671f2e48236cd127576e6e9fc1752b8bd00d9f90 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;
|
|
|
| @@ -181,6 +182,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;
|
|
|