| 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 2f9661440c0ff8c21e6655ee8e5acb81630022f2..01eb2192dfe7f67a16949110abecf63007f468b0 100644
|
| --- a/content/browser/frame_host/interstitial_page_navigator_impl.h
|
| +++ b/content/browser/frame_host/interstitial_page_navigator_impl.h
|
| @@ -24,6 +24,7 @@ class CONTENT_EXPORT InterstitialPageNavigatorImpl : public Navigator {
|
|
|
| NavigationController* GetController() override;
|
| void DidNavigate(RenderFrameHostImpl* render_frame_host,
|
| + int32 page_id,
|
| const FrameHostMsg_DidCommitProvisionalLoad_Params&
|
| input_params) override;
|
|
|
|
|