| 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 fb58485de713442b880b309db1363dd759f94361..b522224e3993335066b8ecf4ae627dae75ac388e 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| @@ -188,7 +188,7 @@ public:
|
|
|
| void restoreScrollPositionAndViewState();
|
|
|
| - bool shouldContinueForNavigationPolicy(const ResourceRequest&, const SubstituteData&, DocumentLoader*, ContentSecurityPolicyDisposition,
|
| + bool shouldContinueForNavigationPolicy(const ResourceRequest&, const SubstituteData&, DocumentLoader*,
|
| NavigationType, NavigationPolicy, bool shouldReplaceCurrentEntry, bool isClientRedirect);
|
|
|
| DECLARE_TRACE();
|
|
|