DescriptionReset child_process_launcher after notifying observers
Some observers need to know the ProcessHandle of the process that just
exited. If they listen for NOTIFICATION_RENDERER_PROCESS_CLOSED, then
they can get a valid handle but not if they register as a
RenderProcessHostObserver because the child_process_launcher is reset
before those observers are notified.
Fix this by resetting the child_process_launcher after all the
notifications have been sent out.
BUG=none
Patch Set 1 #
Total comments: 1
Messages
Total messages: 7 (2 generated)
|