Chromium Code Reviews| Index: content/browser/frame_host/render_frame_host_impl.cc |
| diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc |
| index af0c6fcc9a43af5997fc99815ca11e7f44696bee..f875406b2127fb19be04e2356ceab52041728de0 100644 |
| --- a/content/browser/frame_host/render_frame_host_impl.cc |
| +++ b/content/browser/frame_host/render_frame_host_impl.cc |
| @@ -1401,6 +1401,10 @@ void RenderFrameHostImpl::CommitNavigation( |
| // TODO(clamy): Check if we have to add security checks for the browser plugin |
| // guests. |
| + // Get back to a clean state, in case we start a new navigation without |
| + // completing a RFH swap or unload handler. |
|
nasko
2015/01/06 00:03:17
Can you give an example of what this case is? I ca
carlosk
2015/01/08 16:05:55
clamy@ just got me through one: if a still-swappin
nasko
2015/01/08 23:36:37
Acknowledged.
|
| + SetState(RenderFrameHostImpl::STATE_DEFAULT); |
| + |
| Send(new FrameMsg_CommitNavigation( |
| routing_id_, response->head, body->GetURL(), |
| common_params, commit_params)); |