summaryrefslogtreecommitdiffstats
path: root/components/scheduler/child/nestable_task_runner_for_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/scheduler/child/nestable_task_runner_for_test.h')
-rw-r--r--components/scheduler/child/nestable_task_runner_for_test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/scheduler/child/nestable_task_runner_for_test.h b/components/scheduler/child/nestable_task_runner_for_test.h
index 09ed852..120fe00 100644
--- a/components/scheduler/child/nestable_task_runner_for_test.h
+++ b/components/scheduler/child/nestable_task_runner_for_test.h
@@ -14,6 +14,8 @@ 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,