Delete unused method VCMReceiveStatisticsCallback::OnReceiveRatesUpdated
Only interesting call deleted in cl https://codereview.webrtc.org/2704183002. Move call to QualitySample (used for bad call detection) to OnRenderedFrame Bug: webrtc:7408 Change-Id: I0e9ae2ed62fe19a282377cb840e38bd2aae8f3e6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/128768 Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27243}
This commit is contained in:
@ -95,8 +95,6 @@ class FrameObjectFake : public EncodedFrame {
|
||||
|
||||
class VCMReceiveStatisticsCallbackMock : public VCMReceiveStatisticsCallback {
|
||||
public:
|
||||
MOCK_METHOD2(OnReceiveRatesUpdated,
|
||||
void(uint32_t bitRate, uint32_t frameRate));
|
||||
MOCK_METHOD3(OnCompleteFrame,
|
||||
void(bool is_keyframe,
|
||||
size_t size_bytes,
|
||||
|
||||
Reference in New Issue
Block a user