| Index: third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.h b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| index 3da0f2670e3b1afaab379c7785bcac351e279f5c..34921a52c66b82bf1b355f21716cf768e9b02199 100644
|
| --- a/third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| @@ -106,6 +106,7 @@ class LocalFrameClientImpl final : public LocalFrameClient {
|
|
|
| void dispatchDidChangeThemeColor() override;
|
| NavigationPolicy decidePolicyForNavigation(
|
| + Document* originDocument,
|
| const ResourceRequest&,
|
| DocumentLoader*,
|
| NavigationType,
|
| @@ -140,7 +141,8 @@ class LocalFrameClientImpl final : public LocalFrameClient {
|
| DocumentLoader* createDocumentLoader(LocalFrame*,
|
| const ResourceRequest&,
|
| const SubstituteData&,
|
| - ClientRedirectPolicy) override;
|
| + ClientRedirectPolicy,
|
| + Document* originDocument) override;
|
| WTF::String userAgent() override;
|
| WTF::String doNotTrackValue() override;
|
| void transitionToCommittedForNewPage() override;
|
|
|