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

Unified Diff: chrome/browser/sync/glue/sync_backend_host_core.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
Index: chrome/browser/sync/glue/sync_backend_host_core.cc
diff --git a/chrome/browser/sync/glue/sync_backend_host_core.cc b/chrome/browser/sync/glue/sync_backend_host_core.cc
index ffce750e9a022c2d2ee00abb743260b802efae44..cade5503b376b5a4cab4445d7d5eb609196fe894 100644
--- a/chrome/browser/sync/glue/sync_backend_host_core.cc
+++ b/chrome/browser/sync/glue/sync_backend_host_core.cc
@@ -457,10 +457,9 @@
}
void SyncBackendHostCore::DoStartSyncing(
- const syncer::ModelSafeRoutingInfo& routing_info,
- base::Time last_poll_time) {
- DCHECK_EQ(base::MessageLoop::current(), sync_loop_);
- sync_manager_->StartSyncingNormally(routing_info, last_poll_time);
+ const syncer::ModelSafeRoutingInfo& routing_info) {
+ DCHECK_EQ(base::MessageLoop::current(), sync_loop_);
+ sync_manager_->StartSyncingNormally(routing_info);
}
void SyncBackendHostCore::DoSetEncryptionPassphrase(
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host_core.h ('k') | chrome/browser/sync/glue/sync_backend_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698