Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reland "Create RTCIceTransport using a webrtc::IceTransportInterface …
…object." This is a reland of dd0f551fcd96d46c6ec2b2a7c543cb2083f1831d Original change's description: > Create RTCIceTransport using a webrtc::IceTransportInterface object. > > Previously, when creating a blink::RTCIceTransport, the corresponding > webrtc::IceTransportInterface object was created by the > IceTransportAdapterImpl. However, in DTLS transport implementation, the > webrtc object is preexisting. Pass the preexisting webrtc object when creating > the blink::RTCIceTransport object in this case. > > Bug: 907849 > Change-Id: Ia024afc101be830e30f233d6ef1bf39f141227df > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1520486 > Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> > Reviewed-by: Harald Alvestrand <hta@chromium.org> > Reviewed-by: Henrik Boström <hbos@chromium.org> > Cr-Commit-Position: refs/heads/master@{#642487} Bug: 907849 Change-Id: Ib428f33faae0563d12d246bc971e38f9a66d629a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1533896 Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Reviewed-by: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#643321}
- Loading branch information