| 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 d1a16d088dfed87b38491fc2d595391e412e305e..8f38a8ad98a20402cc3652a7134afe75742c0103 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| @@ -186,6 +186,7 @@ class CORE_EXPORT FrameLoader final {
|
| // returns NavigationPolicyCurrentTab.
|
| NavigationPolicy ShouldContinueForNavigationPolicy(
|
| const ResourceRequest&,
|
| + Document* origin_document,
|
| const SubstituteData&,
|
| DocumentLoader*,
|
| ContentSecurityPolicyDisposition,
|
|
|