| Index: components/offline_pages/core/task_queue.h
|
| diff --git a/components/offline_pages/core/task_queue.h b/components/offline_pages/core/task_queue.h
|
| index 941c47632a96271794c7822585f591cf04150585..4d685603f183358d10d2ee1956996b1d72e3c687 100644
|
| --- a/components/offline_pages/core/task_queue.h
|
| +++ b/components/offline_pages/core/task_queue.h
|
| @@ -43,7 +43,7 @@ class TaskQueue {
|
| // Checks whether there are any tasks to run, as well as whether no task is
|
| // currently running. When both are met, it will start the next task in the
|
| // queue.
|
| - void MaybeStartTask();
|
| + void StartTaskIfAvailable();
|
|
|
| // Callback for informing the queue that a task was completed.
|
| void TaskCompleted(Task* task);
|
|
|