| Index: webrtc/test/mock_voe_channel_proxy.h
|
| diff --git a/webrtc/test/mock_voe_channel_proxy.h b/webrtc/test/mock_voe_channel_proxy.h
|
| index e81e253121e64d8742e36c4fd8d239c693cac107..8676dc4656066afb928cfe06d909d20fe3c424e2 100644
|
| --- a/webrtc/test/mock_voe_channel_proxy.h
|
| +++ b/webrtc/test/mock_voe_channel_proxy.h
|
| @@ -89,6 +89,8 @@ class MockVoEChannelProxy : public voe::ChannelProxy {
|
| bool(int type, PayloadFrequencies frequency));
|
| MOCK_METHOD1(OnTwccBasedUplinkPacketLossRate,
|
| void(const rtc::Optional<float>& packet_loss_rate));
|
| + MOCK_METHOD1(OnRecoverableUplinkPacketLossRate,
|
| + void(const rtc::Optional<float>& recoverable_packet_loss_rate));
|
| };
|
| } // namespace test
|
| } // namespace webrtc
|
|
|