Remove references of MessageLoopForIO in /base
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=kylechar@chromium.org Change-Id: Ib3a70b497ba1117d20f30399903e40ce204f996f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733534 Auto-Submit: Carlos Caballero <carlscab@google.com> Reviewed-by:kylechar <kylechar@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#683736}
Showing
Please register or sign in to comment