Chromium Code Reviews| Index: components/sync/engine_impl/sync_scheduler_impl.h |
| diff --git a/components/sync/engine_impl/sync_scheduler_impl.h b/components/sync/engine_impl/sync_scheduler_impl.h |
| index 7c5e06f825e4c3648b236b0f860f7de02fb1bdd6..0e67a86a63b1c70ae882b3ef2dfb0fe9891c0435 100644 |
| --- a/components/sync/engine_impl/sync_scheduler_impl.h |
| +++ b/components/sync/engine_impl/sync_scheduler_impl.h |
| @@ -86,6 +86,8 @@ class SyncSchedulerImpl : public SyncScheduler, public base::NonThreadSafe { |
| // Returns true if the client is currently in exponential backoff. |
| bool IsBackingOff() const; |
| + void SetDefaultNudgeDelay(base::TimeDelta delay_ms); |
|
Nicolas Zea
2016/11/09 00:35:13
nit: Add comment explaining what this is for.
Patrick Noland
2016/11/10 22:13:00
Done.
|
| + |
| private: |
| enum JobPriority { |
| // Non-canary jobs respect exponential backoff. |
| @@ -139,8 +141,6 @@ class SyncSchedulerImpl : public SyncScheduler, public base::NonThreadSafe { |
| static const char* GetModeString(Mode mode); |
| - void SetDefaultNudgeDelay(base::TimeDelta delay_ms); |
| - |
| // Invoke the syncer to perform a nudge job. |
| void DoNudgeSyncCycleJob(JobPriority priority); |