[sigslot] - Remove sigslot form NetworkMonitorInterface.

Bug: webrtc:11943
Change-Id: Iddedb2840e437dfbffcb0d6cbf71a09b0030fbab
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/226869
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34573}
This commit is contained in:
Mirko Bonadei
2021-07-27 17:00:58 +02:00
committed by WebRTC LUCI CQ
parent 9b6cd191ef
commit 3707793a57
5 changed files with 30 additions and 12 deletions

View File

@ -87,7 +87,7 @@ void ObjCNetworkMonitor::OnPathUpdate(
thread_->PostTask(ToQueuedTask(safety_flag_, [this, adapter_type_by_name] {
RTC_DCHECK_RUN_ON(thread_);
adapter_type_by_name_ = adapter_type_by_name;
SignalNetworksChanged();
InvokeNetworksChangedCallback();
}));
}