Revert "TaskQueue: unexpose delayed task convenience methods."
This reverts commit 08bb6295ea1f438a26f8c1ab01769cfa63943756. Reason for revert: Breaks downstream tests Original change's description: > TaskQueue: unexpose delayed task convenience methods. > > Bug: webrtc:14165 > Change-Id: Ieb8580670e9e521580afd68cca6ff631fb6df3f8 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/265400 > Reviewed-by: Harald Alvestrand <hta@webrtc.org> > Auto-Submit: Markus Handell <handellm@webrtc.org> > Commit-Queue: Harald Alvestrand <hta@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#37166} Bug: webrtc:14165 Change-Id: Ia7368cf205622be448ec0ead5d22f211aa071a29 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/265411 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Owners-Override: Björn Terelius <terelius@webrtc.org> Auto-Submit: Björn Terelius <terelius@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37167}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
08bb6295ea
commit
4cd3a0d082
@ -477,9 +477,7 @@ void AudioDeviceBuffer::LogStats(LogState state) {
|
||||
|
||||
// Keep posting new (delayed) tasks until state is changed to kLogStop.
|
||||
task_queue_.PostDelayedTask(
|
||||
ToQueuedTask([this] {
|
||||
AudioDeviceBuffer::LogStats(AudioDeviceBuffer::LOG_ACTIVE);
|
||||
}),
|
||||
[this] { AudioDeviceBuffer::LogStats(AudioDeviceBuffer::LOG_ACTIVE); },
|
||||
time_to_wait_ms);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user