Use worker_pool::PostTask in MediaStreamAudioProcessor
... instead of base::PostTask directly. This allows to also remove the associated whitelisted entry in audit_non_blink_usage.py. Given that audio_service_audio_processor_proxy.cc also benefits from it, the CrossThreadCopier template specialization to base::File is added to cross_thread_copier.h directly, so there is no code duplication. BUG=704136 R=haraken@chromium.org Change-Id: I62e62c32b2001c1cb77d8a8d2f1bcd658b2ad6f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1749135 Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#686255}
Showing
Please register or sign in to comment