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

Unified Diff: talk/app/webrtc/statscollector_unittest.cc

Issue 1670153003: Introduce struct MediaConfig, with construction-time settings. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Addressed Per's comments. Created 4 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: talk/app/webrtc/statscollector_unittest.cc
diff --git a/talk/app/webrtc/statscollector_unittest.cc b/talk/app/webrtc/statscollector_unittest.cc
index 1b16b0c4fa7914fa58b8fea5805ed02fc8a932bc..819ad284ea7972f38a5e1f2e6bfc250b18777ab5 100644
--- a/talk/app/webrtc/statscollector_unittest.cc
+++ b/talk/app/webrtc/statscollector_unittest.cc
@@ -506,7 +506,8 @@ class StatsCollectorTest : public testing::Test {
channel_manager_(
new cricket::ChannelManager(media_engine_, rtc::Thread::Current())),
media_controller_(
- webrtc::MediaControllerInterface::Create(rtc::Thread::Current(),
+ webrtc::MediaControllerInterface::Create(cricket::MediaConfig(),
+ rtc::Thread::Current(),
channel_manager_.get())),
session_(media_controller_.get()) {
// By default, we ignore session GetStats calls.

Powered by Google App Engine
This is Rietveld 408576698