| Index: content/browser/frame_host/navigation_request.cc
|
| diff --git a/content/browser/frame_host/navigation_request.cc b/content/browser/frame_host/navigation_request.cc
|
| index a99074f2ce3aeb56440b44cc0e9530f0f0c1db39..b38889847121b6d9bf86418d4ab80efae1d71021 100644
|
| --- a/content/browser/frame_host/navigation_request.cc
|
| +++ b/content/browser/frame_host/navigation_request.cc
|
| @@ -204,6 +204,8 @@ void NavigationRequest::CreateNavigationHandle(NavigatorDelegate* delegate) {
|
| void NavigationRequest::TransferNavigationHandleOwnership(
|
| RenderFrameHostImpl* render_frame_host) {
|
| render_frame_host->SetNavigationHandle(navigation_handle_.Pass());
|
| + render_frame_host->navigation_handle()->ReadyToCommitNavigation(
|
| + render_frame_host);
|
| }
|
|
|
| void NavigationRequest::OnRequestRedirected(
|
|
|