Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: webrtc/modules/pacing/mock/mock_paced_sender.h

Issue 2504023002: Implement periodic bandwidth probing in application-limited region. (Closed)
Patch Set: Address feedback Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..eacc334e0a478db1e57d799f6eab89e2f800ff0a 100644
--- a/webrtc/modules/pacing/mock/mock_paced_sender.h
+++ b/webrtc/modules/pacing/mock/mock_paced_sender.h
@@ -33,6 +33,8 @@ 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,
+ rtc::Optional<int64_t>());
};
} // namespace webrtc

Powered by Google App Engine
This is Rietveld 408576698