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

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

Issue 1932683002: Remove ViEEncoder::SetNetworkStatus (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@move_pacer
Patch Set: Created 4 years, 8 months 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 c0dd4887c83ed59be059d287e35e8547521acf93..aa55a0885c870c18018125c0820a6e87de5e9a25 100644
--- a/webrtc/modules/pacing/mock/mock_paced_sender.h
+++ b/webrtc/modules/pacing/mock/mock_paced_sender.h
@@ -31,7 +31,7 @@ class MockPacedSender : public PacedSender {
bool retransmission));
MOCK_CONST_METHOD0(QueueInMs, int64_t());
MOCK_CONST_METHOD0(QueueInPackets, int());
- MOCK_CONST_METHOD0(ExpectedQueueTimeMs, int64_t());
+ MOCK_CONST_METHOD0(CanSendMorePackets, bool());
};
} // namespace webrtc

Powered by Google App Engine
This is Rietveld 408576698