| Index: webrtc/api/peerconnection.h
|
| diff --git a/webrtc/api/peerconnection.h b/webrtc/api/peerconnection.h
|
| index d715ecdf73d45574a1383a2c66c8f6e5fcaa8af9..bd6b9e06fb6d9a68341b6efac658d70f9e12ca1d 100644
|
| --- a/webrtc/api/peerconnection.h
|
| +++ b/webrtc/api/peerconnection.h
|
| @@ -67,7 +67,6 @@ class PeerConnection : public PeerConnectionInterface,
|
| explicit PeerConnection(PeerConnectionFactory* factory);
|
|
|
| bool Initialize(
|
| - const cricket::MediaConfig& media_config,
|
| const PeerConnectionInterface::RTCConfiguration& configuration,
|
| rtc::scoped_ptr<cricket::PortAllocator> allocator,
|
| rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store,
|
|
|