Remove posting of ICE messages from WebRTCSession in PeerConnection to signaling thread.
These callbacks are called from signal thread already. There is no point in posting messages on the same thread again. BUG=2922 R=fischman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/9219004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5626 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -28,5 +28,3 @@ PeerConnectionInterfaceTest.DataChannelCloseWhenPeerConnectionClose
|
||||
PeerConnectionInterfaceTest.TestDataChannel
|
||||
PeerConnectionInterfaceTest.TestSendBinaryOnRtpDataChannel
|
||||
PeerConnectionInterfaceTest.TestSendOnlyDataChannel
|
||||
# Tracked in https://code.google.com/p/webrtc/issues/detail?id=2924.
|
||||
WebRtcSessionTest.TestIceStatesBundle
|
||||
|
Reference in New Issue
Block a user