Remove references of MessageLoopForIO in /extensions/renderer
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=rdevlin.cronin@chromium.org Change-Id: I011ff9c037debc4092850caff94f52f4d7667ea0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1733610Reviewed-by:Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#684443}
Showing
Please register or sign in to comment