Clean up NavigationControllerImpl::IsURLInPageNavigation
IsURLInPageNavigation was incorrectly being called twice. This led to
duplicate attempts to try to kill the renderer process when it failed,
and it ran in slightly different states each time. This CL ensures we
only call it once in the correct state.
BUG=618104
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
Review-Url: https://codereview.chromium.org/2376643002
Cr-Commit-Position: refs/heads/master@{#421557}
4 files changed