DescriptionReland r290125: Close all active PeerConnections upon OS suspend
This replaces the CHECK with an if statement because the RenderProcessHost
is cleaned up before deletion, which means it can be unregistered from the
list of available RenderProcessHosts before being destructed (hence CHECK
firing).
BUG=403618, 404715
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290757
Patch Set 1 : original cl #Patch Set 2 : replaces CHECK with if #Patch Set 3 : remove semi #
Messages
Total messages: 12 (0 generated)
|