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

Unified Diff: webrtc/pc/test/peerconnectiontestwrapper.h

Issue 2810703002: Test CreatePeerConnectionFactory() with a forwarding mock AudioDecoderFactory (Closed)
Patch Set: std::move explicitly, instead of trusting in RVO Created 3 years, 8 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/pc/test/peerconnectiontestwrapper.h
diff --git a/webrtc/pc/test/peerconnectiontestwrapper.h b/webrtc/pc/test/peerconnectiontestwrapper.h
index 6b7fd5e95b7568d20a184cb31394bb79cb92099c..124e63d8478fbe52e1b59b5f2c973e314eef8c58 100644
--- a/webrtc/pc/test/peerconnectiontestwrapper.h
+++ b/webrtc/pc/test/peerconnectiontestwrapper.h
@@ -34,7 +34,9 @@ class PeerConnectionTestWrapper
bool CreatePc(
const webrtc::MediaConstraintsInterface* constraints,
- const webrtc::PeerConnectionInterface::RTCConfiguration& config);
+ const webrtc::PeerConnectionInterface::RTCConfiguration& config,
+ rtc::scoped_refptr<webrtc::AudioEncoderFactory> audio_encoder_factory,
+ rtc::scoped_refptr<webrtc::AudioDecoderFactory> audio_decoder_factory);
webrtc::PeerConnectionInterface* pc() { return peer_connection_.get(); }

Powered by Google App Engine
This is Rietveld 408576698