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

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

Issue 12207107: Update libjingle 273:277. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 10 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: content/test/data/media/peerconnection-call.html
===================================================================
--- content/test/data/media/peerconnection-call.html (revision 181665)
+++ content/test/data/media/peerconnection-call.html (working copy)
@@ -14,8 +14,8 @@
var gNumberOfExpectedEvents = 0;
// Number of events that currently have occured.
- var gNumberOfEvents = 0;
-
+ var gNumberOfEvents = 0;
+
// Test that we can setup call with an audio and video track.
function call(constraints) {
createConnections(null);
@@ -143,6 +143,7 @@
function callUsingStream(localStream) {
gFirstConnection.addStream(localStream);
+ gSecondConnection.addStream(localStream);
gFirstConnection.createOffer(onOfferCreated);
}
« no previous file with comments | « content/renderer/media/rtc_peer_connection_handler_unittest.cc ('k') | third_party/libjingle/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698