| 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 8cc748b70b94c258798fdc4437adda7ecb23a88b..37da702f1ab00dd65a66cf84d8a6dd7c7e930959 100644
|
| --- a/chrome/browser/sync/profile_sync_service_factory.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_factory.cc
|
| @@ -183,11 +183,6 @@ KeyedService* ProfileSyncServiceFactory::BuildServiceInstanceFor(
|
| init_params.url_request_context = profile->GetRequestContext();
|
| init_params.debug_identifier = profile->GetDebugName();
|
| init_params.channel = chrome::GetChannel();
|
| -
|
| - init_params.db_thread = content::BrowserThread::GetTaskRunnerForThread(
|
| - content::BrowserThread::DB);
|
| - init_params.file_thread = content::BrowserThread::GetTaskRunnerForThread(
|
| - content::BrowserThread::FILE);
|
| init_params.blocking_pool = content::BrowserThread::GetBlockingPool();
|
|
|
| auto pss = base::MakeUnique<ProfileSyncService>(std::move(init_params));
|
|
|