| Index: webrtc/api/peerconnection.h
|
| diff --git a/webrtc/api/peerconnection.h b/webrtc/api/peerconnection.h
|
| index d1676733d57cf633b306ae0d213f709da69ce66c..1574af60c5e48b7ce73b0e62c7356d65df28c805 100644
|
| --- a/webrtc/api/peerconnection.h
|
| +++ b/webrtc/api/peerconnection.h
|
| @@ -68,7 +68,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,
|
|
|