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

Unified Diff: modules/rtp_rtcp/include/rtp_rtcp.h

Issue 3006413002: Delete deprecated metod RtpRtcp::SetMaxTransferUnit. (Closed)
Patch Set: Rebase after The Great Move. Created 3 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/rtp_rtcp/include/rtp_rtcp.h
diff --git a/modules/rtp_rtcp/include/rtp_rtcp.h b/modules/rtp_rtcp/include/rtp_rtcp.h
index fd4ea14864deefda9b83656f346549225d2567c1..17f9ab362587823c6ac8510e489a0eacc95c0cba 100644
--- a/modules/rtp_rtcp/include/rtp_rtcp.h
+++ b/modules/rtp_rtcp/include/rtp_rtcp.h
@@ -116,14 +116,6 @@ class RtpRtcp : public Module {
// Sender
// **************************************************************************
- // TODO(nisse): Deprecated. Kept temporarily, as an alias for the
- // new function which has slighly different semantics. Delete as
- // soon as known applications are updated.
- virtual int32_t SetMaxTransferUnit(uint16_t size) {
- SetMaxRtpPacketSize(size);
- return 0;
- }
-
// Sets the maximum size of an RTP packet, including RTP headers.
virtual void SetMaxRtpPacketSize(size_t size) = 0;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698