| 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 09ed8528f69040df5562f6f28790d69b1c81e322..120fe0070e6de32f44c25b5d9912d8a60ded052d 100644
|
| --- a/components/scheduler/child/nestable_task_runner_for_test.h
|
| +++ b/components/scheduler/child/nestable_task_runner_for_test.h
|
| @@ -13,6 +13,8 @@
|
| public:
|
| 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,
|
|
|