| Index: components/offline_pages/background/request_coordinator.cc
|
| diff --git a/components/offline_pages/background/request_coordinator.cc b/components/offline_pages/background/request_coordinator.cc
|
| index ffbd5bf3e536aae3aa385063c6b18f1f45ffa8c0..a910ff2307b7a8859275ef24555df9f6e99f6e64 100644
|
| --- a/components/offline_pages/background/request_coordinator.cc
|
| +++ b/components/offline_pages/background/request_coordinator.cc
|
| @@ -86,6 +86,7 @@ void RequestCoordinator::RequestQueueEmpty() {
|
| }
|
|
|
| bool RequestCoordinator::StartProcessing(
|
| + const DeviceConditions& device_conditions,
|
| const base::Callback<void(bool)>& callback) {
|
| scheduler_callback_ = callback;
|
| // TODO(petewil): Check existing conditions (should be passed down from
|
| @@ -145,7 +146,6 @@ void RequestCoordinator::OfflinerDoneCallback(const SavePageRequest& request,
|
|
|
| // TODO(petewil): Check time budget. Return to the scheduler if we are out.
|
|
|
| -
|
| // Start a request if we have time.
|
| TryNextRequest();
|
| }
|
|
|