Remove dead version of StartRtcEventLog
These versions of StartRtcEventLog() are not used. Bug: webrtc:8111 Change-Id: I1fb543a908decff203b13f8358598f75d875c111 Reviewed-on: https://webrtc-review.googlesource.com/6782 Commit-Queue: Elad Alon <eladalon@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20191}
This commit is contained in:
@ -1028,25 +1028,6 @@ class PeerConnectionFactoryInterface : public rtc::RefCountInterface {
|
||||
// Stops logging the AEC dump.
|
||||
virtual void StopAecDump() = 0;
|
||||
|
||||
// This function is deprecated and will be removed when Chrome is updated to
|
||||
// use the equivalent function on PeerConnectionInterface.
|
||||
// TODO(ivoc) Remove after Chrome is updated.
|
||||
virtual bool StartRtcEventLog(rtc::PlatformFile file,
|
||||
int64_t max_size_bytes) {
|
||||
return false;
|
||||
}
|
||||
// This function is deprecated and will be removed when Chrome is updated to
|
||||
// use the equivalent function on PeerConnectionInterface.
|
||||
// TODO(ivoc) Remove after Chrome is updated.
|
||||
virtual bool StartRtcEventLog(rtc::PlatformFile file) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// This function is deprecated and will be removed when Chrome is updated to
|
||||
// use the equivalent function on PeerConnectionInterface.
|
||||
// TODO(ivoc) Remove after Chrome is updated.
|
||||
virtual void StopRtcEventLog() {}
|
||||
|
||||
protected:
|
||||
// Dtor and ctor protected as objects shouldn't be created or deleted via
|
||||
// this interface.
|
||||
|
Reference in New Issue
Block a user