Use the given task runner for ThrottlingURLLoader instead of per-thread task runner
[Context] This is a part of an effort to achieve MBI. We want to avoid per-thread task runner as much as possible. [Previous code] ThrottlingURLLoader::url_loader_ was using per-thread default task runner because task_runner was not specified for BindNewPipeAndPassReceiver. [What this CL does] Use the given task runner for ThrottlingURLLoader::url_loader_ instead of per-thread task runner Bug: 1105403 Change-Id: I7da84124ac5f7adfea5327f3b976f8e45cb5d547 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463262Reviewed-by:Kentaro Hara <haraken@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#816033}
Showing
Please register or sign in to comment