Index: chrome/browser/sync/glue/sync_backend_host.cc |
diff --git a/chrome/browser/sync/glue/sync_backend_host.cc b/chrome/browser/sync/glue/sync_backend_host.cc |
index 0c36f3d78bda2b461c15232f179baed0c7ab70ec..02c03d87b444425824a256bbf921d2ff9dbed9a5 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host.cc |
+++ b/chrome/browser/sync/glue/sync_backend_host.cc |
@@ -403,10 +403,6 @@ void SyncBackendHost::Core::DoInitialize(const DoInitializeOptions& options) { |
options.lsid.c_str(), |
options.notification_method); |
DCHECK(success) << "Syncapi initialization failed!"; |
- |
- // TODO(dantasse): this call is in a temporary position in order to enable |
- // the new sync setup/passphrase UI. http://crbug.com/45869 |
- DoStartSyncing(); |
} |
void SyncBackendHost::Core::DoAuthenticate(const std::string& username, |