| 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 b948aac8fc603d7ee1f8e59168335f8b6df75ce3..2c6fe36c8e9fb6b97a3c8ca91fdaf2d8c355be1d 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| @@ -51,6 +51,7 @@
|
| namespace blink {
|
|
|
| class DocumentLoader;
|
| +class HTMLFormElement;
|
| class Frame;
|
| class FrameLoaderClient;
|
| class ProgressTracker;
|
| @@ -185,7 +186,7 @@ public:
|
| void restoreScrollPositionAndViewState();
|
|
|
| bool shouldContinueForNavigationPolicy(const ResourceRequest&, const SubstituteData&, DocumentLoader*, ContentSecurityPolicyDisposition,
|
| - NavigationType, NavigationPolicy, bool shouldReplaceCurrentEntry, bool isClientRedirect);
|
| + NavigationType, NavigationPolicy, bool shouldReplaceCurrentEntry, bool isClientRedirect, HTMLFormElement*);
|
|
|
| DECLARE_TRACE();
|
|
|
|
|