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

Unified Diff: webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.cc

Issue 1335353005: Remove channel ids from various interfaces. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 5 years, 3 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: webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.cc
diff --git a/webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.cc b/webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.cc
index 488f4489bf5dfee7f0be3a6d52a971f68fdbce5c..abcb2a60a908ead9adfe495b91e012ed3994fd54 100644
--- a/webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.cc
+++ b/webrtc/voice_engine/test/auto_test/fixtures/before_streaming_fixture.cc
@@ -61,7 +61,7 @@ void BeforeStreamingFixture::WaitForTransmittedPackets(int32_t packet_count) {
}
void BeforeStreamingFixture::SetUpLocalPlayback() {
- transport_ = new LoopBackTransport(voe_network_);
+ transport_ = new LoopBackTransport(voe_network_, channel_);
EXPECT_EQ(0, voe_network_->RegisterExternalTransport(channel_, *transport_));
webrtc::CodecInst codec;

Powered by Google App Engine
This is Rietveld 408576698