| Index: content/browser/frame_host/navigator_impl.cc
|
| diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc
|
| index d96bfb709fa415d73f585a8c0054a4fdf27467a1..86fde4adfc4c3cc6d714fca21e80844f88403024 100644
|
| --- a/content/browser/frame_host/navigator_impl.cc
|
| +++ b/content/browser/frame_host/navigator_impl.cc
|
| @@ -406,6 +406,10 @@ bool NavigatorImpl::NavigateToEntry(
|
| controller_->GetIndexOfEntry(&entry),
|
| controller_->GetLastCommittedEntryIndex(),
|
| controller_->GetEntryCount()));
|
| + } else {
|
| + // No need to navigate again. Just resume the deferred request.
|
| + dest_render_frame_host->GetProcess()->ResumeDeferredNavigation(
|
| + entry.transferred_global_request_id());
|
| }
|
| }
|
|
|
|
|