commit | f73862c45e01c2b604680a3ecc10794dc57aff64 | [log] [tgz] |
---|---|---|
author | clamy <[email protected]> | Wed Jul 08 12:31:33 2015 |
committer | Commit bot <[email protected]> | Wed Jul 08 12:32:10 2015 |
tree | 69a3eeb34560a6fa8977f7b9f63ffcc15227cba0 | |
parent | f8d6ba9efdddfb3aa0dfc01cd579f500a2de0b8d [diff] |
PlzNavigate: properly stop navigations in WebContents::Stop This CL rewrites WebContentsImpl::Stop so that it stops all loads even in browser-side-navigation mode. In particular, the speculative RenderFrameHost should be told to stop, and any NavigationRequest in the FrameTree should be destroyed. BUG=504347 Review URL: https://codereview.chromium.org/1226773008 Cr-Commit-Position: refs/heads/master@{#337801}