| Index: components/ntp_snippets/remote/remote_suggestions_hard_scheduler.h
|
| diff --git a/components/ntp_snippets/remote/remote_suggestions_hard_scheduler.h b/components/ntp_snippets/remote/remote_suggestions_hard_scheduler.h
|
| index 6487e2f834c5029884be5cef27ee0e827fa8ea8f..830e36801d834fd56030ce43f0f7b7076dc80d84 100644
|
| --- a/components/ntp_snippets/remote/remote_suggestions_hard_scheduler.h
|
| +++ b/components/ntp_snippets/remote/remote_suggestions_hard_scheduler.h
|
| @@ -23,7 +23,7 @@ class RemoteSuggestionsHardScheduler {
|
| virtual bool Schedule(base::TimeDelta period_wifi,
|
| base::TimeDelta period_fallback) = 0;
|
|
|
| - // Cancel any scheduled tasks.
|
| + // Cancel any scheduled tasks. Equivalent to Schedule(0, 0).
|
| virtual bool Unschedule() = 0;
|
|
|
| protected:
|
|
|