| Index: third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| index 3ca1cd5d19400233a33f02c0fe30c4197fae83e2..c65478d0077f3ee1515d7092e39014e6c01123c4 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| @@ -119,7 +119,8 @@ class CORE_EXPORT FrameLoaderClient : public FrameClient {
|
| NavigationType,
|
| NavigationPolicy,
|
| bool shouldReplaceCurrentEntry,
|
| - bool isClientRedirect) = 0;
|
| + bool isClientRedirect,
|
| + HTMLFormElement*) = 0;
|
|
|
| virtual void dispatchWillSendSubmitEvent(HTMLFormElement*) = 0;
|
| virtual void dispatchWillSubmitForm(HTMLFormElement*) = 0;
|
|
|