Skip to content

Commit

Permalink
Close browser RouterProvider binding on renderer death
Browse files Browse the repository at this point in the history
BUG=683794

Review-Url: https://codereview.chromium.org/2652573002
Cr-Commit-Position: refs/heads/master@{#445523}
  • Loading branch information
tibell authored and Commit bot committed Jan 23, 2017
1 parent 160744a commit 4d9f1c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/browser/renderer_host/render_process_host_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2700,6 +2700,8 @@ void RenderProcessHostImpl::ProcessDied(bool already_dead,

child_process_launcher_.reset();
is_dead_ = true;
if (route_provider_binding_.is_bound())
route_provider_binding_.Close();
ResetChannelProxy();

UpdateProcessPriority();
Expand Down

0 comments on commit 4d9f1c2

Please sign in to comment.