| Index: third_party/WebKit/Source/core/loader/FrameLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| index 6c85d34c48d54d7e03e5c34651d6a72906bb0ca8..dc5550411b92e9756d344ffa9e4843f1f67cf61c 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| @@ -267,6 +267,11 @@ class CORE_EXPORT FrameLoader final {
|
| std::unique_ptr<TracedValue> toTracedValue() const;
|
| void takeObjectSnapshot() const;
|
|
|
| + DocumentLoader* createDocumentLoader(const ResourceRequest&,
|
| + const FrameLoadRequest&,
|
| + FrameLoadType,
|
| + NavigationType);
|
| +
|
| Member<LocalFrame> m_frame;
|
| AtomicString m_requiredCSP;
|
|
|
|
|