Chromium Code Reviews| Index: talk/app/webrtc/peerconnectionfactory.h |
| diff --git a/talk/app/webrtc/peerconnectionfactory.h b/talk/app/webrtc/peerconnectionfactory.h |
| index f8e0a40de2111d83d9cf530ba0d59f1e89109333..92885360943dcca0ecde3607c7b2ffd21b1db9e7 100644 |
| --- a/talk/app/webrtc/peerconnectionfactory.h |
| +++ b/talk/app/webrtc/peerconnectionfactory.h |
| @@ -80,6 +80,7 @@ class PeerConnectionFactory : public PeerConnectionFactoryInterface { |
| AudioSourceInterface* audio_source) override; |
| bool StartAecDump(rtc::PlatformFile file) override; |
| + bool StartAecDump(rtc::PlatformFile file, int max_size_bytes) override; |
|
the sun
2015/10/26 10:37:20
Is the plan to subsequently remove the previous fu
ivoc
2015/11/05 13:14:45
Since the previous function is not used (as far as
|
| bool StartRtcEventLog(rtc::PlatformFile file) override; |
| void StopRtcEventLog() override; |