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

Unified Diff: content/child/worker_thread_registry.cc

Issue 2823103003: Introduce TaskRunner::RunsTasksInCurrentSequence() (Closed)
Patch Set: rebase Created 3 years, 8 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: content/child/worker_thread_registry.cc
diff --git a/content/child/worker_thread_registry.cc b/content/child/worker_thread_registry.cc
index 80fe5980931441df196bde216ad70786b9eb2698..5fbcc728d6965cace266e7525dc15863b83125b7 100644
--- a/content/child/worker_thread_registry.cc
+++ b/content/child/worker_thread_registry.cc
@@ -43,7 +43,7 @@ class DoNothingTaskRunner : public base::TaskRunner {
return false;
}
- bool RunsTasksOnCurrentThread() const override { return false; }
+ bool RunsTasksInCurrentSequence() const override { return false; }
};
} // namespace

Powered by Google App Engine
This is Rietveld 408576698