| 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 ac97b980cb2ea4efd6fb8a449b88d898bcc96049..71e7e2342f06c87a7238463331dac551280de9d1 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -3075,6 +3075,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) {
|
|
|