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 4b72b179f4fbdbcb740b5638255cb4fcb166b4d4..af0299b953503f2c7c69d2580da708f882a4aaea 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_, |