This is a meta issue to replace base::ThreadTaskRunnerHandle::Get() with other appropriate task runners.
EDIT:
Our goal is to replace thread-local task runners with per-frame task runners with task types so that
* We will be able to get information what type of tasks take long time for execution
* Based on the information, we will be able to make the task scheduling.
This issue treats ThreadTaskRunnerHandle that is the thread-local task runner. Which task type should be used depends on where and how the task runner is used.
Comment 1 by bugdroid1@chromium.org
, Nov 28 2017