commit | 878ac6881c8800070d270ba7e45b69f2f272cfea | [log] [tgz] |
---|---|---|
author | Carlos Caballero <carlscab@google.com> | Mon Aug 05 17:56:38 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Aug 05 17:56:38 2019 |
tree | 3b13252bac52dbc6a2204e965a71e2b31a83fd66 | |
parent | 2aa4ad9d4548679231f7816d3b584ccb303a4c08 [diff] |
Remove references of MessageLoopForIO in /chromecast/media/cma/backend/fuchsia MessageLoopForIO will go away soon use ScopedTaskEnvironment instead. ScopedTaskEnvironment will per default start a ThreadPool, which should be fine in most of the cases. If you believe your test needs to make sure that no ThreadPool runs let me know and I will update the patch. BUG=891670 This CL was uploaded by git cl split. R=jamesr@chromium.org Change-Id: I4ab402a4a2d79a4e65461ad7ebb00d67a4011899 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733492 Commit-Queue: Carlos Caballero <carlscab@google.com> Reviewed-by: Wez <wez@chromium.org> Auto-Submit: Carlos Caballero <carlscab@google.com> Cr-Commit-Position: refs/heads/master@{#684036}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .