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

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

Issue 1467383002: Fixing CallAndModifyStream test, preparing 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 f84ded58a82b74720b3cc2bc1ebeaa5603d7ad96..a65166a7e5e722bb5e7c553b59688f01c2cd9a33 100644
--- a/content/test/data/media/peerconnection-call.html
+++ b/content/test/data/media/peerconnection-call.html
@@ -545,9 +545,14 @@
setAllEventsOccuredHandler(reportTestSuccess);
gFirstConnection.removeStream(localStream);
+ gSecondConnection.removeStream(localStream);
+
localStream.addTrack(gLocalStream.getAudioTracks()[0]);
localStream.removeTrack(localStream.getVideoTracks()[0]);
+
gFirstConnection.addStream(localStream);
+ gSecondConnection.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