Commit 45ddb2c3 authored by Carlos Caballero's avatar Carlos Caballero Committed by Chromium LUCI CQ

Link TODO with bug

Bug: 1146622
Change-Id: I241126dabeadad6e51ed541372ef7c8952d49a06
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2611265
Auto-Submit: Carlos Caballero <carlscab@google.com>
Reviewed-by: default avatarSami Kyöstilä <skyostil@chromium.org>
Commit-Queue: Sami Kyöstilä <skyostil@chromium.org>
Cr-Commit-Position: refs/heads/master@{#840246}
parent 2ba9bb88
...@@ -59,9 +59,10 @@ WorkerThread::~WorkerThread() { ...@@ -59,9 +59,10 @@ WorkerThread::~WorkerThread() {
void WorkerThread::Init() { void WorkerThread::Init() {
thread_->StartAsync(); thread_->StartAsync();
// TODO(carlscab): We could get rid of this if the NonMainThreadSchedulerImpl // TODO(https://crbug.com/1146622): We could get rid of this if the
// and the default_task_runner could be created on the main thread and then // NonMainThreadSchedulerImpl and the default_task_runner could be created on
// bound in the worker thread (similar to what happens with SequenceManager) // the main thread and then bound in the worker thread (similar to what
// happens with SequenceManager)
thread_->WaitForInit(); thread_->WaitForInit();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment