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

Unified Diff: base/test/null_task_runner.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: base/test/null_task_runner.h
diff --git a/base/test/null_task_runner.h b/base/test/null_task_runner.h
index f1eac45afd844758f953752632a4184b2f329c71..20d3c0a8242a9c01905211b690019570f128cf12 100644
--- a/base/test/null_task_runner.h
+++ b/base/test/null_task_runner.h
@@ -26,6 +26,7 @@ class NullTaskRunner : public base::SingleThreadTaskRunner {
base::TimeDelta delay) override;
// Always returns true to avoid triggering DCHECKs.
bool RunsTasksOnCurrentThread() const override;
+ std::string GetThreadName() const override;
protected:
~NullTaskRunner() override;

Powered by Google App Engine
This is Rietveld 408576698