Index: webrtc/api/webrtcsession.h |
diff --git a/webrtc/api/webrtcsession.h b/webrtc/api/webrtcsession.h |
index e8b2a05af62cce359093c914e2da8b76557c9465..e2711a2abce457deff2016e88e2401c8dbbcd80f 100644 |
--- a/webrtc/api/webrtcsession.h |
+++ b/webrtc/api/webrtcsession.h |
@@ -146,7 +146,6 @@ class WebRtcSession : public AudioProviderInterface, |
bool Initialize( |
const PeerConnectionFactoryInterface::Options& options, |
- const MediaConstraintsInterface* constraints, |
rtc::scoped_ptr<DtlsIdentityStoreInterface> dtls_identity_store, |
const PeerConnectionInterface::RTCConfiguration& rtc_configuration); |
// Deletes the voice, video and data channel and changes the session state |
@@ -194,7 +193,6 @@ class WebRtcSession : public AudioProviderInterface, |
const PeerConnectionInterface::RTCOfferAnswerOptions& options, |
const cricket::MediaSessionOptions& session_options); |
void CreateAnswer(CreateSessionDescriptionObserver* observer, |
- const MediaConstraintsInterface* constraints, |
const cricket::MediaSessionOptions& session_options); |
// The ownership of |desc| will be transferred after this call. |
bool SetLocalDescription(SessionDescriptionInterface* desc, |