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

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

Issue 987193002: Redirect the MessageLoop's task runner to the renderer scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 5 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/nestable_task_runner_for_test.cc
diff --git a/components/scheduler/child/nestable_task_runner_for_test.cc b/components/scheduler/child/nestable_task_runner_for_test.cc
index 5bcfde816db70f3286bea0b98629a55396cab686..ac33695e4f0ff4f85a49e9505c432f7ed5a5d3e8 100644
--- a/components/scheduler/child/nestable_task_runner_for_test.cc
+++ b/components/scheduler/child/nestable_task_runner_for_test.cc
@@ -63,11 +63,7 @@ bool NestableTaskRunnerForTest::RunsTasksOnCurrentThread() const {
}
bool NestableTaskRunnerForTest::IsNested() const {
- return is_nested_;
-}
-
-void NestableTaskRunnerForTest::SetNested(bool is_nested) {
- is_nested_ = is_nested;
+ return false;
}
void NestableTaskRunnerForTest::AddTaskObserver(
« no previous file with comments | « components/scheduler/child/nestable_task_runner_for_test.h ('k') | components/scheduler/child/scheduler_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698