| Index: sync/engine/sync_scheduler_impl.h
|
| diff --git a/sync/engine/sync_scheduler_impl.h b/sync/engine/sync_scheduler_impl.h
|
| index d78b5d6075d218930945057473bec20a02b54fa1..7cb295b37c8f578851edd83e8c95c5fdf66a49c2 100644
|
| --- a/sync/engine/sync_scheduler_impl.h
|
| +++ b/sync/engine/sync_scheduler_impl.h
|
| @@ -68,6 +68,7 @@ class SYNC_EXPORT_PRIVATE SyncSchedulerImpl
|
| syncer::ModelType type,
|
| scoped_ptr<InvalidationInterface> invalidation,
|
| const tracked_objects::Location& nudge_location) OVERRIDE;
|
| + virtual void ScheduleInitialSyncNudge(syncer::ModelType model_type) OVERRIDE;
|
| virtual void SetNotificationsEnabled(bool notifications_enabled) OVERRIDE;
|
|
|
| virtual base::TimeDelta GetSessionsCommitDelay() const OVERRIDE;
|
|
|