| Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| index 289f4db10fa55ec87ec5052a1047d78269b7fec1..49938649b1a4d1371588ac73763197106af7ce9f 100644
|
| --- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| @@ -112,7 +112,8 @@ class FrameLoaderClientImpl final : public FrameLoaderClient {
|
| NavigationType,
|
| NavigationPolicy,
|
| bool shouldReplaceCurrentEntry,
|
| - bool isClientRedirect) override;
|
| + bool isClientRedirect,
|
| + HTMLFormElement*) override;
|
| void dispatchWillSendSubmitEvent(HTMLFormElement*) override;
|
| void dispatchWillSubmitForm(HTMLFormElement*) override;
|
| void didStartLoading(LoadStartType) override;
|
|
|