Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: sync/test/engine/fake_sync_scheduler.cc

Issue 387983004: sync: Support non-blocking initial sync in proto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + fix comment Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« sync/protocol/sync.proto ('K') | « sync/test/engine/fake_sync_scheduler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/engine/fake_sync_scheduler.cc
diff --git a/sync/test/engine/fake_sync_scheduler.cc b/sync/test/engine/fake_sync_scheduler.cc
index 9fbbf14a39cfab541f06922def827ea7be105f96..817b37c993dcc132aad5b3badbb71495eeccc4d7 100644
--- a/sync/test/engine/fake_sync_scheduler.cc
+++ b/sync/test/engine/fake_sync_scheduler.cc
@@ -40,6 +40,9 @@ void FakeSyncScheduler::ScheduleConfiguration(
params.ready_task.Run();
}
+void FakeSyncScheduler::ScheduleInitialSyncNudge(syncer::ModelType model_type) {
+}
+
void FakeSyncScheduler::SetNotificationsEnabled(bool notifications_enabled) {
}
« sync/protocol/sync.proto ('K') | « sync/test/engine/fake_sync_scheduler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698