| Index: chrome/browser/importer/external_process_importer_client.cc
|
| diff --git a/chrome/browser/importer/external_process_importer_client.cc b/chrome/browser/importer/external_process_importer_client.cc
|
| index 384f78e9d33d2c6ac3716c4069914fccdd4c8595..a44c18e4763b8c3ceabc9d43937d9d03c88573fa 100644
|
| --- a/chrome/browser/importer/external_process_importer_client.cc
|
| +++ b/chrome/browser/importer/external_process_importer_client.cc
|
| @@ -312,6 +312,8 @@ void ExternalProcessImporterClient::StartProcessOnIOThread(
|
| utility_process_host_ = UtilityProcessHost::Create(
|
| this, BrowserThread::GetMessageLoopProxyForThread(thread_id).get())
|
| ->AsWeakPtr();
|
| + utility_process_host_->SetName(l10n_util::GetStringUTF16(
|
| + IDS_UTILITY_PROCESS_PROFILE_IMPORTER_NAME));
|
| utility_process_host_->DisableSandbox();
|
|
|
| #if defined(OS_MACOSX)
|
|
|