| 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 c7a5bdab4f274b84c8c647530272c814905a27f1..c1850404b8d6bff3ed035c9c6b1fc5b2dc3cb5b0 100644
|
| --- a/components/offline_pages/background/request_coordinator.cc
|
| +++ b/components/offline_pages/background/request_coordinator.cc
|
| @@ -91,6 +91,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
|
|
|