| 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 c4858505aa3ec8c6743513cd8742368fb015ab78..4eaed65f522ba496429f45dc0bbe292ac182f3ce 100644
|
| --- a/components/offline_pages/background/request_coordinator.h
|
| +++ b/components/offline_pages/background/request_coordinator.h
|
| @@ -62,8 +62,7 @@ class RequestCoordinator : public KeyedService {
|
| // is stopped or complete.
|
| void StopProcessing();
|
|
|
| - // TODO(dougarnett): Move to OfflinerPolicy in some form.
|
| - const Scheduler::TriggerConditions& GetTriggerConditionsForUserRequest();
|
| + const Scheduler::TriggerConditions GetTriggerConditionsForUserRequest();
|
|
|
| // A way for tests to set the callback in use when an operation is over.
|
| void SetProcessingCallbackForTest(const base::Callback<void(bool)> callback) {
|
|
|