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

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: 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..06af23752e9d8323fea15e3edd7fcc083f130812 100644
--- a/talk/app/webrtc/statscollector_unittest.cc
+++ b/talk/app/webrtc/statscollector_unittest.cc
@@ -507,6 +507,7 @@ class StatsCollectorTest : public testing::Test {
new cricket::ChannelManager(media_engine_, rtc::Thread::Current())),
media_controller_(
webrtc::MediaControllerInterface::Create(rtc::Thread::Current(),
+ webrtc::MediaConfig(),
channel_manager_.get())),
session_(media_controller_.get()) {
// By default, we ignore session GetStats calls.

Powered by Google App Engine
This is Rietveld 408576698