summaryrefslogtreecommitdiff
path: root/app/webrtc/peerconnectionproxy.h
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2014-11-12 17:59:58 +0000
committerTorne (Richard Coles) <torne@google.com>2014-11-12 17:59:58 +0000
commit2eed1ff3f44fb784dbe3aece06ec6e4781e177f1 (patch)
tree3c7d78d81b4c69cae88708e072ba9eee0bec0257 /app/webrtc/peerconnectionproxy.h
parentce708afc0470244d9ec2e52b28564c62a0f6cd01 (diff)
parentc8429e63ec07341d0055a8f31f66a995d62f8555 (diff)
downloadtalk-c9d346e2680ff0f33a1c7cc089e6342f4ca180bf.tar.gz
This commit was generated by merge_to_master.py. Change-Id: Ie97de41dee6631b70dd07c00db5bf3ad4dfe8e14
Diffstat (limited to 'app/webrtc/peerconnectionproxy.h')
-rw-r--r--app/webrtc/peerconnectionproxy.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/webrtc/peerconnectionproxy.h b/app/webrtc/peerconnectionproxy.h
index 571c676..852d852 100644
--- a/app/webrtc/peerconnectionproxy.h
+++ b/app/webrtc/peerconnectionproxy.h
@@ -40,8 +40,6 @@ BEGIN_PROXY_MAP(PeerConnection)
PROXY_METHOD0(rtc::scoped_refptr<StreamCollectionInterface>,
remote_streams)
PROXY_METHOD1(bool, AddStream, MediaStreamInterface*)
- PROXY_METHOD2(bool, AddStream, MediaStreamInterface*,
- const MediaConstraintsInterface*);
PROXY_METHOD1(void, RemoveStream, MediaStreamInterface*)
PROXY_METHOD1(rtc::scoped_refptr<DtmfSenderInterface>,
CreateDtmfSender, AudioTrackInterface*)