Delete deprecated dummy method GetNetworks(NetworkList* networks).
Followup to https://webrtc-review.googlesource.com/c/src/+/256967. Bug: webrtc:13869 Change-Id: Ie929082681ab285f7e390d646cc258ad573f86c0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/258133 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36497}
This commit is contained in:
parent
7efe5332f2
commit
35716230b5
@ -148,11 +148,6 @@ class RTC_EXPORT NetworkManager : public DefaultLocalAddressProvider,
|
||||
virtual void StartUpdating() = 0;
|
||||
virtual void StopUpdating() = 0;
|
||||
|
||||
// TODO(bugs.webrtc.org/13869): Delete after override in downstream subclasses
|
||||
// is deleted.
|
||||
ABSL_DEPRECATED("bugs.webrtc.org/13869")
|
||||
virtual void GetNetworks(NetworkList* networks) const {}
|
||||
|
||||
// Returns the current list of networks available on this machine.
|
||||
// StartUpdating() must be called before this method is called.
|
||||
// It makes sure that repeated calls return the same object for a
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user