Index: webrtc/api/test/peerconnectiontestwrapper.h |
diff --git a/webrtc/api/test/peerconnectiontestwrapper.h b/webrtc/api/test/peerconnectiontestwrapper.h |
index f744b57c223744415f8b1faa9c76c93da5bec935..979eaec00551ea660b442a55ea5cce560ea5fb67 100644 |
--- a/webrtc/api/test/peerconnectiontestwrapper.h |
+++ b/webrtc/api/test/peerconnectiontestwrapper.h |
@@ -29,7 +29,9 @@ class PeerConnectionTestWrapper |
rtc::Thread* worker_thread); |
virtual ~PeerConnectionTestWrapper(); |
- bool CreatePc(const webrtc::MediaConstraintsInterface* constraints); |
+ bool CreatePc( |
+ const webrtc::MediaConstraintsInterface* constraints, |
+ const webrtc::PeerConnectionInterface::RTCConfiguration& config); |
rtc::scoped_refptr<webrtc::DataChannelInterface> CreateDataChannel( |
const std::string& label, |