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

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

Issue 1435713002: Fixing WebRtcBrowserTest.CallAndModifyStream, for new addStream behavior. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: content/test/data/media/peerconnection-call.html
diff --git a/content/test/data/media/peerconnection-call.html b/content/test/data/media/peerconnection-call.html
index 836f14dfc0a2ce5561dd743ec49d7ba498809ea2..f84ded58a82b74720b3cc2bc1ebeaa5603d7ad96 100644
--- a/content/test/data/media/peerconnection-call.html
+++ b/content/test/data/media/peerconnection-call.html
@@ -544,8 +544,10 @@
// When all the above events have occurred- the test pass.
setAllEventsOccuredHandler(reportTestSuccess);
+ gFirstConnection.removeStream(localStream);
phoglund_chromium 2015/11/11 07:56:42 So the idea is that you detach the stream, modify
Taylor_Brandstetter 2015/11/11 16:12:27 Yes, you have the right idea. And once we have add
localStream.addTrack(gLocalStream.getAudioTracks()[0]);
localStream.removeTrack(localStream.getVideoTracks()[0]);
+ gFirstConnection.addStream(localStream);
negotiate();
});
}
« 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