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

Unified Diff: content/renderer/media/peer_connection_handler_jsep_unittest.cc

Issue 10537121: Adds AudioDevice factory for all audio clients in Chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed DVLOGs Created 8 years, 6 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/renderer/media/peer_connection_handler_jsep_unittest.cc
diff --git a/content/renderer/media/peer_connection_handler_jsep_unittest.cc b/content/renderer/media/peer_connection_handler_jsep_unittest.cc
index 28c9a437b803152f2ed290fd4d8f464eab728a50..2a37f1c1fd034ffbdb477d53a0fa280b535f8424 100644
--- a/content/renderer/media/peer_connection_handler_jsep_unittest.cc
+++ b/content/renderer/media/peer_connection_handler_jsep_unittest.cc
@@ -48,6 +48,7 @@ class PeerConnectionHandlerJsepTest : public ::testing::Test {
NULL,
NULL,
NULL,
+ NULL,
NULL);
pc_handler_.reset(
new PeerConnectionHandlerJsepUnderTest(mock_client_.get(),

Powered by Google App Engine
This is Rietveld 408576698