| 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 fb955cd0894cb2f080f8fe33b3a33f0c850593d5..20995ee0a75cb927314376771ea85492b42530b1 100644
|
| --- a/components/ntp_snippets/ntp_snippets_service.cc
|
| +++ b/components/ntp_snippets/ntp_snippets_service.cc
|
| @@ -280,8 +280,7 @@ void NTPSnippetsService::RescheduleFetching() {
|
|
|
| if (ready()) {
|
| scheduler_->Schedule(GetFetchingIntervalWifi(),
|
| - GetFetchingIntervalFallback(),
|
| - /*reschedule_time=*/base::Time());
|
| + GetFetchingIntervalFallback());
|
| } else {
|
| scheduler_->Unschedule();
|
| }
|
|
|