Index: content/browser/web_contents/web_contents_impl.cc |
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
index c98f895e8b3844f9bdde6806aedfda13818ba985..86c215a2c3986bacb6af5485d0b169cd597aa230 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -3036,6 +3036,9 @@ void WebContentsImpl::Close(RenderViewHost* rvh) { |
void WebContentsImpl::SwappedOut(RenderViewHost* rvh) { |
if (delegate_ && rvh == GetRenderViewHost()) |
delegate_->SwappedOut(this); |
+ |
+ // Allow the navigation to proceed. |
+ render_manager_.SwappedOut(rvh); |
} |
void WebContentsImpl::RequestMove(const gfx::Rect& new_bounds) { |