| 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 323cba432efa716d10451f0f4c7ce591075a3cd7..d105da6378db2fa682617e2a9fb28634ff3ccbfc 100644
|
| --- a/chrome/browser/extensions/webstore_install_helper.cc
|
| +++ b/chrome/browser/extensions/webstore_install_helper.cc
|
| @@ -75,7 +75,6 @@ void WebstoreInstallHelper::StartWorkOnIOThread() {
|
| CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| utility_host_ = UtilityProcessHost::Create(
|
| this, base::MessageLoopProxy::current().get())->AsWeakPtr();
|
| - utility_host_->EnableZygote();
|
| utility_host_->StartBatchMode();
|
|
|
| if (!icon_base64_data_.empty())
|
|
|