Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(354)

Unified Diff: components/offline_pages/background/request_coordinator.h

Issue 2420503002: [Offline Pages] Define separate watchdog timeout for concurrent bg loads (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 e4970a0ba3a61d646197bda9d866947394d3c02f..8e0f265c6cde5950f1f72b83577822c7298abe1d 100644
--- a/components/offline_pages/background/request_coordinator.h
+++ b/components/offline_pages/background/request_coordinator.h
@@ -111,7 +111,8 @@ class RequestCoordinator : public KeyedService,
// Starts processing of one or more queued save page later requests.
// Returns whether processing was started and that caller should expect
// a callback. If processing was already active, returns false.
- bool StartProcessing(const DeviceConditions& device_conditions,
+ bool StartProcessing(bool is_background_scheduled,
+ const DeviceConditions& device_conditions,
const base::Callback<void(bool)>& callback);
// Stops the current request processing if active. This is a way for

Powered by Google App Engine
This is Rietveld 408576698