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

Unified Diff: content/renderer/media/peer_connection_handler_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_unittest.cc
diff --git a/content/renderer/media/peer_connection_handler_unittest.cc b/content/renderer/media/peer_connection_handler_unittest.cc
index 3f1c998ea2085593a1a2dd6e76d1a94367021f89..01d338c5c9e6e7b1b0609d8bc74a19d159e834fe 100644
--- a/content/renderer/media/peer_connection_handler_unittest.cc
+++ b/content/renderer/media/peer_connection_handler_unittest.cc
@@ -46,6 +46,7 @@ class PeerConnectionHandlerTest : public ::testing::Test {
NULL,
NULL,
NULL,
+ NULL,
NULL);
pc_handler_.reset(
new PeerConnectionHandlerUnderTest(mock_client_.get(),

Powered by Google App Engine
This is Rietveld 408576698