commit | 9798801db56b94e1afc845750d95ace0a226f7a4 | [log] [tgz] |
---|---|---|
author | Carlos Caballero <carlscab@google.com> | Fri Aug 09 14:54:51 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Aug 09 14:54:51 2019 |
tree | dcd8fd0235f493120829245c333684a5203f5513 | |
parent | 36057dcaed2e28fa7a6937bb9b387bc4bfc3f262 [diff] |
Remove references of MessageLoopForIO in /jingle 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=zea@chromium.org Change-Id: I85626fd1fddb7d36b61b60574b5a6868630d4ed5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733550 Reviewed-by: Nicolas Zea <zea@chromium.org> Commit-Queue: Carlos Caballero <carlscab@google.com> Cr-Commit-Position: refs/heads/master@{#685560}
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 .