commit | fe294966cfaac14dd2e86efd82f47d60d2756569 | [log] [tgz] |
---|---|---|
author | Carlos Caballero <carlscab@google.com> | Mon Aug 05 14:02:09 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Aug 05 14:02:09 2019 |
tree | b60fdbde6cc897911ac444f2b2cb2064a90b1e69 | |
parent | f8496cf4dc5fb6102d64df63ad2f7e6d42e81aed [diff] |
Remove references of MessageLoopForIO in /chrome/renderer/media/cast_ipc_dispatcher_unittest.cc 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=miu@chromium.org Change-Id: I692e8ce91f43e17c5d0ad58dc1b194145490a4d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733613 Commit-Queue: Carlos Caballero <carlscab@google.com> Auto-Submit: Carlos Caballero <carlscab@google.com> Reviewed-by: Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#683976}
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 .