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

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

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.h
diff --git a/components/scheduler/child/nestable_task_runner_for_test.h b/components/scheduler/child/nestable_task_runner_for_test.h
index 120fe0070e6de32f44c25b5d9912d8a60ded052d..09ed8528f69040df5562f6f28790d69b1c81e322 100644
--- a/components/scheduler/child/nestable_task_runner_for_test.h
+++ b/components/scheduler/child/nestable_task_runner_for_test.h
@@ -14,8 +14,6 @@ class NestableTaskRunnerForTest : public NestableSingleThreadTaskRunner {
static scoped_refptr<NestableTaskRunnerForTest> Create(
scoped_refptr<base::SingleThreadTaskRunner> task_runner);
- void SetNested(bool is_nested);
-
// NestableSingleThreadTaskRunner implementation
bool PostDelayedTask(const tracked_objects::Location& from_here,
const base::Closure& task,
« no previous file with comments | « components/scheduler/child/idle_helper_unittest.cc ('k') | components/scheduler/child/nestable_task_runner_for_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698