| Index: components/ntp_snippets/ntp_snippets_service.cc
|
| diff --git a/components/ntp_snippets/ntp_snippets_service.cc b/components/ntp_snippets/ntp_snippets_service.cc
|
| index 1bb40f4ddc8c77e9919548ea6352b347552144cc..a4d9cc01612a103ae0df98fefdd51b62c7c66294 100644
|
| --- a/components/ntp_snippets/ntp_snippets_service.cc
|
| +++ b/components/ntp_snippets/ntp_snippets_service.cc
|
| @@ -242,8 +242,7 @@ void NTPSnippetsService::RescheduleFetching() {
|
|
|
| if (ready()) {
|
| scheduler_->Schedule(GetFetchingIntervalWifi(),
|
| - GetFetchingIntervalFallback(),
|
| - /*reschedule_time=*/base::Time());
|
| + GetFetchingIntervalFallback());
|
| } else {
|
| scheduler_->Unschedule();
|
| }
|
|
|