| Index: talk/app/webrtc/peerconnectionfactoryproxy.h
|
| diff --git a/talk/app/webrtc/peerconnectionfactoryproxy.h b/talk/app/webrtc/peerconnectionfactoryproxy.h
|
| index 2f5ddd68924e8c7ad5574cb15174032b2f1cbd2e..f919726634b813293e60b0622858b56cf9cbe93b 100644
|
| --- a/talk/app/webrtc/peerconnectionfactoryproxy.h
|
| +++ b/talk/app/webrtc/peerconnectionfactoryproxy.h
|
| @@ -42,6 +42,13 @@ BEGIN_PROXY_MAP(PeerConnectionFactory)
|
| const PeerConnectionInterface::RTCConfiguration&,
|
| const MediaConstraintsInterface*,
|
| PortAllocatorFactoryInterface*,
|
| + rtc::scoped_refptr<DtlsCertificate>,
|
| + PeerConnectionObserver*)
|
| + PROXY_METHOD5(rtc::scoped_refptr<PeerConnectionInterface>,
|
| + CreatePeerConnection,
|
| + const PeerConnectionInterface::RTCConfiguration&,
|
| + const MediaConstraintsInterface*,
|
| + PortAllocatorFactoryInterface*,
|
| DTLSIdentityServiceInterface*,
|
| PeerConnectionObserver*)
|
| PROXY_METHOD1(rtc::scoped_refptr<MediaStreamInterface>,
|
|
|