| Index: components/scheduler/child/scheduler_tqm_delegate_impl.cc
|
| diff --git a/components/scheduler/child/scheduler_tqm_delegate_impl.cc b/components/scheduler/child/scheduler_tqm_delegate_impl.cc
|
| index ee4abcb3341fed4ad604dcea83ef7fb688732605..e4ba61bc5ac566d2f22b3edf209573e67725068a 100644
|
| --- a/components/scheduler/child/scheduler_tqm_delegate_impl.cc
|
| +++ b/components/scheduler/child/scheduler_tqm_delegate_impl.cc
|
| @@ -56,6 +56,10 @@ bool SchedulerTqmDelegateImpl::RunsTasksOnCurrentThread() const {
|
| return message_loop_task_runner_->RunsTasksOnCurrentThread();
|
| }
|
|
|
| +const char* SchedulerTqmDelegateImpl::GetThreadName() const {
|
| + return message_loop_task_runner_->GetThreadName();
|
| +}
|
| +
|
| bool SchedulerTqmDelegateImpl::IsNested() const {
|
| return message_loop_->IsNested();
|
| }
|
|
|