| 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..583a2b1acb0126df403e40e6175589eaeb1faa99 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();
|
| }
|
|
|
| +std::string SchedulerTqmDelegateImpl::GetThreadName() const {
|
| + return message_loop_task_runner_->GetThreadName();
|
| +}
|
| +
|
| bool SchedulerTqmDelegateImpl::IsNested() const {
|
| return message_loop_->IsNested();
|
| }
|
|
|