| Index: webrtc/api/peerconnectionfactoryproxy.h
|
| diff --git a/webrtc/api/peerconnectionfactoryproxy.h b/webrtc/api/peerconnectionfactoryproxy.h
|
| index f60f9e9c6513e5fb13c88335a30a23aa9dad17b3..c357de9b32b17697e1f28bd7e3735f04f3ae3d34 100644
|
| --- a/webrtc/api/peerconnectionfactoryproxy.h
|
| +++ b/webrtc/api/peerconnectionfactoryproxy.h
|
| @@ -69,6 +69,7 @@ BEGIN_SIGNALING_PROXY_MAP(PeerConnectionFactory)
|
| PROXY_METHOD2(bool, StartAecDump, rtc::PlatformFile, int64_t)
|
| PROXY_METHOD0(void, StopAecDump)
|
| PROXY_METHOD1(bool, StartRtcEventLog, rtc::PlatformFile)
|
| + PROXY_METHOD2(bool, StartRtcEventLog, rtc::PlatformFile, int64_t)
|
| PROXY_METHOD0(void, StopRtcEventLog)
|
|
|
| private:
|
|
|