| Index: chrome/browser/extensions/sandboxed_extension_unpacker.cc
|
| diff --git a/chrome/browser/extensions/sandboxed_extension_unpacker.cc b/chrome/browser/extensions/sandboxed_extension_unpacker.cc
|
| index 8b42d5e2bfb9ab5aea5ac9b98986cf6c946ea2d4..6c417079e1bc030c2be99669b76afee4613e0705 100644
|
| --- a/chrome/browser/extensions/sandboxed_extension_unpacker.cc
|
| +++ b/chrome/browser/extensions/sandboxed_extension_unpacker.cc
|
| @@ -146,8 +146,7 @@ SandboxedExtensionUnpacker::~SandboxedExtensionUnpacker() {
|
|
|
| void SandboxedExtensionUnpacker::StartProcessOnIOThread(
|
| const FilePath& temp_crx_path) {
|
| - UtilityProcessHost* host = new UtilityProcessHost(
|
| - rdh_, this, thread_identifier_);
|
| + UtilityProcessHost* host = new UtilityProcessHost(this, thread_identifier_);
|
| host->StartExtensionUnpacker(temp_crx_path);
|
| }
|
|
|
|
|