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

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

Issue 3000773002: Move PacedSender ownership to RtpTransportControllerSend. (Closed)
Patch Set: Fix test bug. Created 3 years, 4 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 aad58c715fa8ac23564bc1bd018b6091fdca5908..d6587b4b75d3472aea91bf52310b851df07b6a24 100644
--- a/webrtc/modules/pacing/mock/mock_paced_sender.h
+++ b/webrtc/modules/pacing/mock/mock_paced_sender.h
@@ -36,6 +36,7 @@ class MockPacedSender : public PacedSender {
MOCK_CONST_METHOD0(ExpectedQueueTimeMs, int64_t());
MOCK_CONST_METHOD0(GetApplicationLimitedRegionStartTime,
rtc::Optional<int64_t>());
+ MOCK_METHOD0(Process, void());
};
} // namespace webrtc
« no previous file with comments | « webrtc/modules/congestion_controller/send_side_congestion_controller_unittest.cc ('k') | webrtc/rtc_tools/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698