Index: chrome/browser/sync/profile_sync_service.cc |
diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc |
index 7fa28b89d5b21eead6ff2fe2cc757b6a56e3e707..940a7faa79a908a69d2b26f63b804c3d87e41000 100644 |
--- a/chrome/browser/sync/profile_sync_service.cc |
+++ b/chrome/browser/sync/profile_sync_service.cc |
@@ -327,14 +327,6 @@ void ProfileSyncService::InitializeBackend(bool delete_stale_data) { |
return; |
} |
- syncer::ModelTypeSet initial_types; |
- // If sync setup hasn't finished, we don't want to initialize routing info |
- // for any data types so that we don't download updates for types that the |
- // user chooses not to sync on the first DownloadUpdatesCommand. |
- if (HasSyncSetupCompleted()) { |
- initial_types = GetPreferredDataTypes(); |
- } |
- |
SyncCredentials credentials = GetCredentials(); |
scoped_refptr<net::URLRequestContextGetter> request_context_getter( |
@@ -351,7 +343,6 @@ void ProfileSyncService::InitializeBackend(bool delete_stale_data) { |
this, |
MakeWeakHandle(sync_js_controller_.AsWeakPtr()), |
sync_service_url_, |
- initial_types, |
credentials, |
delete_stale_data, |
&sync_manager_factory_, |