| 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 40ee2b1ab2bd67a003e5de00aacb1f0ca4e34ac1..c6c2e1e8dd225454df7fc0c5a1b6b7e953956213 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| @@ -203,6 +203,7 @@ class CORE_EXPORT FrameLoader final {
|
| // The navigation should only be continued immediately in this frame if this
|
| // returns NavigationPolicyCurrentTab.
|
| NavigationPolicy shouldContinueForNavigationPolicy(
|
| + Document* originDocument,
|
| const ResourceRequest&,
|
| const SubstituteData&,
|
| DocumentLoader*,
|
|
|