| Index: extensions/browser/sandboxed_unpacker.cc
|
| diff --git a/extensions/browser/sandboxed_unpacker.cc b/extensions/browser/sandboxed_unpacker.cc
|
| index 518cde7c0808b74d8079f1174837f41c67973abd..e22109a79bb69cbe706b9870d4d5a068ce526830 100644
|
| --- a/extensions/browser/sandboxed_unpacker.cc
|
| +++ b/extensions/browser/sandboxed_unpacker.cc
|
| @@ -348,6 +348,8 @@ void SandboxedUnpacker::StartProcessOnIOThread(
|
| const base::FilePath& temp_crx_path) {
|
| UtilityProcessHost* host =
|
| UtilityProcessHost::Create(this, unpacker_io_task_runner_.get());
|
| + host->SetName(
|
| + l10n_util::GetStringUTF16(IDS_UTILITY_PROCESS_EXTENSION_UNPACKER_NAME));
|
| // Grant the subprocess access to the entire subdir the extension file is
|
| // in, so that it can unpack to that dir.
|
| host->SetExposedDir(temp_crx_path.DirName());
|
|
|