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

Unified Diff: webrtc/pc/webrtcsession_unittest.cc

Issue 3012953002: Created the DtlsSrtpTransport.
Patch Set: Initial review. 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
Index: webrtc/pc/webrtcsession_unittest.cc
diff --git a/webrtc/pc/webrtcsession_unittest.cc b/webrtc/pc/webrtcsession_unittest.cc
index 6c9dcecbb99f222a03eb39846a86accf3c6ad32f..bdaf319ad43d671636c0ce23bbceadac614794ff 100644
--- a/webrtc/pc/webrtcsession_unittest.cc
+++ b/webrtc/pc/webrtcsession_unittest.cc
@@ -1223,7 +1223,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).
« webrtc/pc/peerconnectioninterface_unittest.cc ('K') | « webrtc/pc/srtptransport_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698