| Index: content/browser/frame_host/interstitial_page_navigator_impl.h
|
| diff --git a/content/browser/frame_host/interstitial_page_navigator_impl.h b/content/browser/frame_host/interstitial_page_navigator_impl.h
|
| index 0ee1be049766ff61971537f4e635f5fe89c86503..41bb76929cd96c264ad04c4ffd46b95d871a7f79 100644
|
| --- a/content/browser/frame_host/interstitial_page_navigator_impl.h
|
| +++ b/content/browser/frame_host/interstitial_page_navigator_impl.h
|
| @@ -25,9 +25,10 @@ class CONTENT_EXPORT InterstitialPageNavigatorImpl : public Navigator {
|
|
|
| NavigatorDelegate* GetDelegate() override;
|
| NavigationController* GetController() override;
|
| - void DidNavigate(RenderFrameHostImpl* render_frame_host,
|
| - const FrameHostMsg_DidCommitProvisionalLoad_Params&
|
| - input_params) override;
|
| + void DidNavigate(
|
| + RenderFrameHostImpl* render_frame_host,
|
| + const FrameHostMsg_DidCommitProvisionalLoad_Params& input_params,
|
| + scoped_refptr<ResourceRequestBody> post_data) override;
|
|
|
| private:
|
| ~InterstitialPageNavigatorImpl() override {}
|
|
|