Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(605)

Unified Diff: components/scheduler/child/scheduler_tqm_delegate_impl.cc

Issue 1942053002: Deletes base::MessageLoop::set_thread_name(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed media_unittests Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698