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

Unified Diff: pc/webrtcsession_unittest.cc

Issue 3012953002: Created the DtlsSrtpTransport.
Patch Set: Resolved the comments. 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
« pc/dtlssrtptransport_unittest.cc ('K') | « pc/srtptransport_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pc/webrtcsession_unittest.cc
diff --git a/pc/webrtcsession_unittest.cc b/pc/webrtcsession_unittest.cc
index fe0049d33ac70de7f1e319123eba2b281ff3eae9..796dd10b08fb1f9b7d1d7b4fde7d5be6eef5ccc9 100644
--- a/pc/webrtcsession_unittest.cc
+++ b/pc/webrtcsession_unittest.cc
@@ -1218,7 +1218,8 @@ class WebRtcSessionTest
cricket::MediaSessionOptions options) {
options.data_channel_type = cricket::DCT_SCTP;
GetOptionsForRemoteOffer(&options);
- return ChangeSDPSctpPort(new_port, CreateRemoteOffer(options));
+ return ChangeSDPSctpPort(new_port,
+ CreateRemoteOffer(options, cricket::SEC_DISABLED));
}
// Takes ownership of offer_basis (and deletes it).
« pc/dtlssrtptransport_unittest.cc ('K') | « pc/srtptransport_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698