Index: talk/app/webrtc/peerconnectionproxy.h |
diff --git a/talk/app/webrtc/peerconnectionproxy.h b/talk/app/webrtc/peerconnectionproxy.h |
index 9b446c057b06267ae385bb93091ccebd8eed7240..bb4944f8732d7eddaafb236a977ca7fc5e78c2af 100644 |
--- a/talk/app/webrtc/peerconnectionproxy.h |
+++ b/talk/app/webrtc/peerconnectionproxy.h |
@@ -43,9 +43,10 @@ BEGIN_PROXY_MAP(PeerConnection) |
PROXY_METHOD1(void, RemoveStream, MediaStreamInterface*) |
PROXY_METHOD1(rtc::scoped_refptr<DtmfSenderInterface>, |
CreateDtmfSender, AudioTrackInterface*) |
- PROXY_METHOD1(rtc::scoped_refptr<RtpSenderInterface>, |
+ PROXY_METHOD2(rtc::scoped_refptr<RtpSenderInterface>, |
CreateSender, |
- const std::string&) |
+ const std::string&, |
+ MediaStreamInterface*) |
PROXY_CONSTMETHOD0(std::vector<rtc::scoped_refptr<RtpSenderInterface>>, |
GetSenders) |
PROXY_CONSTMETHOD0(std::vector<rtc::scoped_refptr<RtpReceiverInterface>>, |