| Index: webrtc/api/test/peerconnectiontestwrapper.h
 | 
| diff --git a/webrtc/api/test/peerconnectiontestwrapper.h b/webrtc/api/test/peerconnectiontestwrapper.h
 | 
| index 0fa0f7ceec1af41cd58394e5a4e3f8977e933038..c56035de79678bb3107dd3f4ae307cc94945a7ac 100644
 | 
| --- a/webrtc/api/test/peerconnectiontestwrapper.h
 | 
| +++ b/webrtc/api/test/peerconnectiontestwrapper.h
 | 
| @@ -32,7 +32,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,
 | 
| 
 |