summaryrefslogtreecommitdiffstats
path: root/sync/test/engine/fake_sync_scheduler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sync/test/engine/fake_sync_scheduler.cc')
-rw-r--r--sync/test/engine/fake_sync_scheduler.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/sync/test/engine/fake_sync_scheduler.cc b/sync/test/engine/fake_sync_scheduler.cc
index 6f704c6..7a6d20c 100644
--- a/sync/test/engine/fake_sync_scheduler.cc
+++ b/sync/test/engine/fake_sync_scheduler.cc
@@ -86,4 +86,8 @@ void FakeSyncScheduler::OnSyncProtocolError(
const sessions::SyncSessionSnapshot& snapshot) {
}
+void FakeSyncScheduler::OnReceivedGuRetryDelay(
+ const base::TimeDelta& delay) {
+}
+
} // namespace syncer