Index: chrome/browser/sync/profile_sync_service_factory.cc |
diff --git a/chrome/browser/sync/profile_sync_service_factory.cc b/chrome/browser/sync/profile_sync_service_factory.cc |
index c6fa790e2ade0e9c4560ca964c840e34b465d2b6..25b1fb312f96fdaa46771e3204546c457e80fa49 100644 |
--- a/chrome/browser/sync/profile_sync_service_factory.cc |
+++ b/chrome/browser/sync/profile_sync_service_factory.cc |
@@ -39,10 +39,6 @@ ProfileSyncService* ProfileSyncServiceFactory::GetForProfile( |
if (!ProfileSyncService::IsSyncEnabled()) |
return NULL; |
- // Do not start sync on the import process. |
- if (ProfileManager::IsImportProcess(*CommandLine::ForCurrentProcess())) |
- return NULL; |
- |
return static_cast<ProfileSyncService*>( |
GetInstance()->GetServiceForProfile(profile, true)); |
} |