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

Unified Diff: content/test/data/media/peerconnection-call-data.html

Issue 2172623002: Fixes small mistake in peerconnection-call-data.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed another error of the same kind in peerconnection-call.html Created 4 years, 5 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 | « content/test/data/media/peerconnection-call.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/media/peerconnection-call-data.html
diff --git a/content/test/data/media/peerconnection-call-data.html b/content/test/data/media/peerconnection-call-data.html
index 28af7dfff2f7cb602f531b0be02a9e258a55df01..a45356b3788cda8ac91f6904ef70eae7d082fbb1 100644
--- a/content/test/data/media/peerconnection-call-data.html
+++ b/content/test/data/media/peerconnection-call-data.html
@@ -36,9 +36,9 @@
// Test that we can setup call with legacy settings.
function callWithLegacySdp() {
- transformSdp = function(sdp) {
+ setOfferSdpTransform(function(sdp) {
return removeBundle(useGice(useExternalSdes(sdp)));
- };
+ });
createConnections({
'mandatory': {'RtpDataChannels': true, 'DtlsSrtpKeyAgreement': false}
});
« no previous file with comments | « content/test/data/media/peerconnection-call.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698