| Index: components/domain_reliability/dispatcher.h
|
| diff --git a/components/domain_reliability/dispatcher.h b/components/domain_reliability/dispatcher.h
|
| index 41cb511123b7a080e210c081d4fa85edcb8195a8..88f422156f149d69df352950743c25b567e89a46 100644
|
| --- a/components/domain_reliability/dispatcher.h
|
| +++ b/components/domain_reliability/dispatcher.h
|
| @@ -38,6 +38,8 @@ class DOMAIN_RELIABILITY_EXPORT DomainReliabilityDispatcher {
|
| // Runs all tasks whose minimum delay has already passed.
|
| void RunEligibleTasks();
|
|
|
| + void RunAllTasksForTesting();
|
| +
|
| private:
|
| struct Task;
|
|
|
|
|