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