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:
mallinath@webrtc.org
2014-03-01 00:05:52 +00:00
parent bcfc1670d6
commit d3dc424fe5
4 changed files with 12 additions and 57 deletions

View File

@@ -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