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

Unified Diff: sync/tools/sync_client.cc

Issue 1144443004: Revert of [Sync] Refactoring polling to be reliable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « sync/test/engine/fake_sync_scheduler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/tools/sync_client.cc
diff --git a/sync/tools/sync_client.cc b/sync/tools/sync_client.cc
index 8422d2eb7ce4e62c06281d06b8a6e23585f1b572..af3af65dce9d7a5f4e067d8c95f58436a8fb5850 100644
--- a/sync/tools/sync_client.cc
+++ b/sync/tools/sync_client.cc
@@ -447,7 +447,7 @@
invalidator->RegisterHandler(shim.get());
invalidator->UpdateRegisteredIds(
shim.get(), ModelTypeSetToObjectIdSet(model_types));
- sync_manager->StartSyncingNormally(routing_info, base::Time());
+ sync_manager->StartSyncingNormally(routing_info);
sync_loop.Run();
« no previous file with comments | « sync/test/engine/fake_sync_scheduler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698