Chromium Code Reviews| Index: webrtc/api/peerconnectionfactory.h |
| diff --git a/webrtc/api/peerconnectionfactory.h b/webrtc/api/peerconnectionfactory.h |
| index 3ba4124096e4300f79593460f70d67b8af48eb03..c16e3822725a389e12b7d25357b6de8c5b4001e8 100644 |
| --- a/webrtc/api/peerconnectionfactory.h |
| +++ b/webrtc/api/peerconnectionfactory.h |
| @@ -67,8 +67,8 @@ class PeerConnectionFactory : public PeerConnectionFactoryInterface { |
| bool StartAecDump(rtc::PlatformFile file, int64_t max_size_bytes) override; |
| void StopAecDump() override; |
| - bool StartRtcEventLog(rtc::PlatformFile file) override; |
| - void StopRtcEventLog() override; |
| + bool StartRtcEventLog(rtc::PlatformFile file) override { return false; } |
|
the sun
2016/03/03 09:25:12
Add a TODO that these should be removed
ivoc
2016/03/10 13:15:36
Done.
|
| + void StopRtcEventLog() override {} |
| virtual webrtc::MediaControllerInterface* CreateMediaController( |
| const cricket::MediaConfig& config) const; |