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

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

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.h
diff --git a/components/scheduler/child/scheduler_tqm_delegate_impl.h b/components/scheduler/child/scheduler_tqm_delegate_impl.h
index aca86e2616592157aaa2eed25d23adb00e67e7cd..f0a838a0b6cc8bf58939181badf880b1f31ef6aa 100644
--- a/components/scheduler/child/scheduler_tqm_delegate_impl.h
+++ b/components/scheduler/child/scheduler_tqm_delegate_impl.h
@@ -33,6 +33,7 @@ class SCHEDULER_EXPORT SchedulerTqmDelegateImpl : public SchedulerTqmDelegate {
const base::Closure& task,
base::TimeDelta delay) override;
bool RunsTasksOnCurrentThread() const override;
+ std::string GetThreadName() const override;
bool IsNested() const override;
base::TimeTicks NowTicks() override;

Powered by Google App Engine
This is Rietveld 408576698