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 7d7a0f3a4f6a60d46f78b232587f57d254ec443f..7ea22eb9d06058fc425997e88a877c9842ab6831 100644 |
--- a/third_party/WebKit/Source/core/loader/FrameLoader.h |
+++ b/third_party/WebKit/Source/core/loader/FrameLoader.h |
@@ -202,6 +202,19 @@ class CORE_EXPORT FrameLoader final { |
bool is_client_redirect, |
HTMLFormElement*); |
+ // Like ShouldContinueForNavigationPolicy, but should be used when following |
+ // redirects. |
+ NavigationPolicy ShouldContinueForRedirectNavigationPolicy( |
+ const ResourceRequest&, |
+ const SubstituteData&, |
+ DocumentLoader*, |
+ ContentSecurityPolicyDisposition, |
+ NavigationType, |
+ NavigationPolicy, |
+ FrameLoadType, |
+ bool is_client_redirect, |
+ HTMLFormElement*); |
+ |
// Note: When a PlzNavigtate navigation is handled by the client, we will |
// have created a dummy provisional DocumentLoader, so this will return true |
// while the client handles the navigation. |