| Index: chrome/browser/extensions/webstore_install_helper.cc
|
| diff --git a/chrome/browser/extensions/webstore_install_helper.cc b/chrome/browser/extensions/webstore_install_helper.cc
|
| index 68b6049ee8fb582afdf2b096e0d1eeeed3fe9f02..67bbbf16e56bfb4dcf3b34fa3619a083df6d90c8 100644
|
| --- a/chrome/browser/extensions/webstore_install_helper.cc
|
| +++ b/chrome/browser/extensions/webstore_install_helper.cc
|
| @@ -73,9 +73,8 @@ void WebstoreInstallHelper::Start() {
|
|
|
| void WebstoreInstallHelper::StartWorkOnIOThread() {
|
| CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| - utility_host_ =
|
| - UtilityProcessHost::Create(
|
| - this, base::MessageLoopProxy::current())->AsWeakPtr();
|
| + utility_host_ = UtilityProcessHost::Create(
|
| + this, base::MessageLoopProxy::current().get())->AsWeakPtr();
|
| utility_host_->EnableZygote();
|
| utility_host_->StartBatchMode();
|
|
|
|
|