Index: components/offline_pages/background/request_coordinator.h |
diff --git a/components/offline_pages/background/request_coordinator.h b/components/offline_pages/background/request_coordinator.h |
index 02b112a7423b4bf6ce88f950328ed689e7069303..881f5648b0df17db3ae8c5ed51040f66170fb005 100644 |
--- a/components/offline_pages/background/request_coordinator.h |
+++ b/components/offline_pages/background/request_coordinator.h |
@@ -186,6 +186,10 @@ class RequestCoordinator : public KeyedService, |
const RequestQueue::UpdateMultipleRequestResults& results, |
const std::vector<SavePageRequest>& requests); |
+ // Start processing now if connected (but with conservative assumption |
+ // as to other device conditions). |
+ void StartProcessingIfConnected(); |
+ |
// Callback from the request picker when it has chosen our next request. |
void RequestPicked(const SavePageRequest& request); |