| Index: content/browser/frame_host/interstitial_page_navigator_impl.cc
|
| diff --git a/content/browser/frame_host/interstitial_page_navigator_impl.cc b/content/browser/frame_host/interstitial_page_navigator_impl.cc
|
| index f0156988a3d5ca266c11b52181a9bb9607fa0aa3..045d3f917d6bee3a9e00c50a9f44691d27dc0209 100644
|
| --- a/content/browser/frame_host/interstitial_page_navigator_impl.cc
|
| +++ b/content/browser/frame_host/interstitial_page_navigator_impl.cc
|
| @@ -49,8 +49,8 @@ void InterstitialPageNavigatorImpl::DidNavigate(
|
| RenderFrameHostImpl* render_frame_host,
|
| const FrameHostMsg_DidCommitProvisionalLoad_Params& input_params,
|
| std::unique_ptr<NavigationHandleImpl> navigation_handle) {
|
| - navigation_handle->DidCommitNavigation(input_params, false, GURL(),
|
| - render_frame_host);
|
| + navigation_handle->DidCommitNavigation(
|
| + input_params, false, GURL(), NAVIGATION_TYPE_NEW_PAGE, render_frame_host);
|
| navigation_handle.reset();
|
|
|
| // TODO(nasko): Move implementation here, but for the time being call out
|
|
|