| Index: chrome/browser/sync/glue/sync_backend_host.cc
|
| ===================================================================
|
| --- chrome/browser/sync/glue/sync_backend_host.cc (revision 51166)
|
| +++ chrome/browser/sync/glue/sync_backend_host.cc (working copy)
|
| @@ -399,6 +399,10 @@
|
| 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,
|
|
|