| Index: webrtc/api/peerconnectionproxy.h
|
| diff --git a/webrtc/api/peerconnectionproxy.h b/webrtc/api/peerconnectionproxy.h
|
| index 37f2e89f9b1f0ad640e1ff70aa7110191eafcf9c..59bb25ef3bd3578cadba29bc269546c014592ba6 100644
|
| --- a/webrtc/api/peerconnectionproxy.h
|
| +++ b/webrtc/api/peerconnectionproxy.h
|
| @@ -42,6 +42,8 @@ BEGIN_SIGNALING_PROXY_MAP(PeerConnection)
|
| PROXY_METHOD3(bool, GetStats, StatsObserver*,
|
| MediaStreamTrackInterface*,
|
| StatsOutputLevel)
|
| + PROXY_METHOD1(void, GetRTCStats,
|
| + const rtc::scoped_refptr<RTCStatsCollectorCallback>&)
|
| PROXY_METHOD2(rtc::scoped_refptr<DataChannelInterface>,
|
| CreateDataChannel, const std::string&, const DataChannelInit*)
|
| PROXY_CONSTMETHOD0(const SessionDescriptionInterface*, local_description)
|
|
|