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

Unified Diff: media/cast/rtcp/rtcp_unittest.cc

Issue 302913004: Cast: cancel re-sending if a later nack packet says the receiver doesn't want it anymore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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: media/cast/rtcp/rtcp_unittest.cc
diff --git a/media/cast/rtcp/rtcp_unittest.cc b/media/cast/rtcp/rtcp_unittest.cc
index f864a0034fa9d4de2d87f2ec0973b4f3c348764d..3cae9b9fea67f71b27acb57b5ca28c24ae81df55 100644
--- a/media/cast/rtcp/rtcp_unittest.cc
+++ b/media/cast/rtcp/rtcp_unittest.cc
@@ -108,6 +108,10 @@ class LocalRtcpTransport : public transport::PacedPacketSender {
return false;
}
+ virtual void CancelSendingPacket(
+ const transport::PacketKey& packet_key) OVERRIDE {
+ }
+
private:
bool drop_packets_;
bool short_delay_;

Powered by Google App Engine
This is Rietveld 408576698