| Index: webrtc/modules/pacing/mock/mock_paced_sender.h
|
| diff --git a/webrtc/modules/pacing/mock/mock_paced_sender.h b/webrtc/modules/pacing/mock/mock_paced_sender.h
|
| index b83032c24af183511a95ebbfe9bd6306888d05d2..5c9a853baa1d6becf9eb401e93657c9671e73a10 100644
|
| --- a/webrtc/modules/pacing/mock/mock_paced_sender.h
|
| +++ b/webrtc/modules/pacing/mock/mock_paced_sender.h
|
| @@ -33,6 +33,7 @@ class MockPacedSender : public PacedSender {
|
| MOCK_CONST_METHOD0(QueueInMs, int64_t());
|
| MOCK_CONST_METHOD0(QueueInPackets, int());
|
| MOCK_CONST_METHOD0(ExpectedQueueTimeMs, int64_t());
|
| + MOCK_CONST_METHOD0(GetApplicationLimitedRegionStartTime, int64_t());
|
| };
|
|
|
| } // namespace webrtc
|
|
|