| Index: talk/app/webrtc/jsep.h
|
| diff --git a/talk/app/webrtc/jsep.h b/talk/app/webrtc/jsep.h
|
| index e484ec4e2033ecbe9219f66a6408126ef4b1fb39..c12ab85f346c10467b49cd2d3dc4dc69a4d347cc 100644
|
| --- a/talk/app/webrtc/jsep.h
|
| +++ b/talk/app/webrtc/jsep.h
|
| @@ -71,11 +71,6 @@ class IceCandidateInterface {
|
|
|
| // Creates a IceCandidateInterface based on SDP string.
|
| // Returns NULL if the sdp string can't be parsed.
|
| -// TODO(ronghuawu): Deprecated.
|
| -IceCandidateInterface* CreateIceCandidate(const std::string& sdp_mid,
|
| - int sdp_mline_index,
|
| - const std::string& sdp);
|
| -
|
| // |error| can be NULL if doesn't care about the failure reason.
|
| IceCandidateInterface* CreateIceCandidate(const std::string& sdp_mid,
|
| int sdp_mline_index,
|
| @@ -128,10 +123,6 @@ class SessionDescriptionInterface {
|
|
|
| // Creates a SessionDescriptionInterface based on SDP string and the type.
|
| // Returns NULL if the sdp string can't be parsed or the type is unsupported.
|
| -// TODO(ronghuawu): Deprecated.
|
| -SessionDescriptionInterface* CreateSessionDescription(const std::string& type,
|
| - const std::string& sdp);
|
| -
|
| // |error| can be NULL if doesn't care about the failure reason.
|
| SessionDescriptionInterface* CreateSessionDescription(const std::string& type,
|
| const std::string& sdp,
|
|
|