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

Unified Diff: base/trace_event/memory_dump_manager_unittest.cc

Issue 2320643002: Remove calls to IsRunningSequenceOnCurrentThread() from memory_dump_manager_unittest.cc (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/memory_dump_manager_unittest.cc
diff --git a/base/trace_event/memory_dump_manager_unittest.cc b/base/trace_event/memory_dump_manager_unittest.cc
index 864209f984509f9cdd2c0c2a808f1ae180d0ff42..3f4e921a06e57c18dbad30e202918bd3ff295952 100644
--- a/base/trace_event/memory_dump_manager_unittest.cc
+++ b/base/trace_event/memory_dump_manager_unittest.cc
@@ -188,7 +188,7 @@ class TestSequencedTaskRunner : public SequencedTaskRunner {
}
bool RunsTasksOnCurrentThread() const override {
fdoray 2016/09/07 14:36:15 RunsTasksOnCurrentThread() is supposed to "Returns
- return worker_pool_->IsRunningSequenceOnCurrentThread(token_);
+ return worker_pool_->RunsTasksOnCurrentThread();
}
private:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698