Delete old version of PeerConnection::SetConfiguration
Followup to https://webrtc-review.googlesource.com/c/src/+/149166 Bug: None Change-Id: I7b33ee241e3259b8d43f924a38a1e79ec2cd697f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/149812 Reviewed-by: Steve Anton <steveanton@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29057}
This commit is contained in:
@ -1008,12 +1008,6 @@ class RTC_EXPORT PeerConnectionInterface : public rtc::RefCountInterface {
|
||||
// - INVALID_PARAMETER if a TURN server is missing |username| or |password|.
|
||||
// - INTERNAL_ERROR if an unexpected error occurred.
|
||||
//
|
||||
// TODO(nisse): Deprecated, migrate to the method with an RTCError return
|
||||
// value, then delete this one.
|
||||
virtual bool SetConfiguration(
|
||||
const PeerConnectionInterface::RTCConfiguration& config,
|
||||
RTCError* error);
|
||||
|
||||
// TODO(nisse): Make this pure virtual once all Chrome subclasses of
|
||||
// PeerConnectionInterface implement it.
|
||||
virtual RTCError SetConfiguration(
|
||||
|
||||
Reference in New Issue
Block a user