Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / sync / test / engine / fake_sync_scheduler.cc
index acbd701..817b37c 100644 (file)
@@ -30,7 +30,8 @@ void FakeSyncScheduler::ScheduleLocalRefreshRequest(
 
 void FakeSyncScheduler::ScheduleInvalidationNudge(
     const base::TimeDelta& desired_delay,
-    const ObjectIdInvalidationMap& invalidation_map,
+    syncer::ModelType type,
+    scoped_ptr<InvalidationInterface> interface,
     const tracked_objects::Location& nudge_location) {
 }
 
@@ -39,6 +40,9 @@ void FakeSyncScheduler::ScheduleConfiguration(
   params.ready_task.Run();
 }
 
+void FakeSyncScheduler::ScheduleInitialSyncNudge(syncer::ModelType model_type) {
+}
+
 void FakeSyncScheduler::SetNotificationsEnabled(bool notifications_enabled) {
 }