| 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 4fce2378ad6601ab902f9c11c9571341bf5b53bb..e95a5adb9ef87a8b35be013824d538bc964286f4 100644
|
| --- a/chrome/browser/sync/profile_sync_service.cc
|
| +++ b/chrome/browser/sync/profile_sync_service.cc
|
| @@ -1155,14 +1155,6 @@ void ProfileSyncService::OnBackendInitialized(
|
| DVLOG(1) << "Setting preferred types for non-blocking DTM";
|
| non_blocking_data_type_manager_.SetPreferredTypes(GetPreferredDataTypes());
|
|
|
| - // Give the DataTypeControllers a handle to the now initialized backend
|
| - // as a UserShare.
|
| - for (DataTypeController::TypeMap::iterator it =
|
| - directory_data_type_controllers_.begin();
|
| - it != directory_data_type_controllers_.end(); ++it) {
|
| - it->second->OnUserShareReady(GetUserShare());
|
| - }
|
| -
|
| if (backend_mode_ == BACKUP || backend_mode_ == ROLLBACK)
|
| ConfigureDataTypeManager();
|
| else
|
|
|