| Index: webrtc/api/test/peerconnectiontestwrapper.h
 | 
| diff --git a/webrtc/api/test/peerconnectiontestwrapper.h b/webrtc/api/test/peerconnectiontestwrapper.h
 | 
| index 7a9bea46b0d4ef0e2136e841970b87255af036d7..509acac75c9fb89af94524ecf78c1c1b02ee169e 100644
 | 
| --- a/webrtc/api/test/peerconnectiontestwrapper.h
 | 
| +++ b/webrtc/api/test/peerconnectiontestwrapper.h
 | 
| @@ -31,7 +31,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,
 | 
| 
 |