Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1691)

Unified Diff: talk/app/webrtc/jsep.h

Issue 1237613003: Remove deprecated functions. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Call new function from objc. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | talk/app/webrtc/jsepicecandidate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | talk/app/webrtc/jsepicecandidate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698