| Index: chrome/browser/extensions/startup_helper.cc
|
| diff --git a/chrome/browser/extensions/startup_helper.cc b/chrome/browser/extensions/startup_helper.cc
|
| index 07c868bdc75eb0586861b95f604ab1d1fde4568b..4c666f853435b06b9e5d226705e4995c6aa8d482 100644
|
| --- a/chrome/browser/extensions/startup_helper.cc
|
| +++ b/chrome/browser/extensions/startup_helper.cc
|
| @@ -123,7 +123,9 @@ class ValidateCrxHelper : public SandboxedUnpackerClient {
|
| ValidateCrxHelper(const CRXFileInfo& file,
|
| const base::FilePath& temp_dir,
|
| base::RunLoop* run_loop)
|
| - : crx_file_(file),
|
| + : SandboxedUnpackerClient(
|
| + BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI)),
|
| + crx_file_(file),
|
| temp_dir_(temp_dir),
|
| run_loop_(run_loop),
|
| finished_(false),
|
|
|