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 fabfd7d58d7e8c8c20d52ca21ae6b83df49e039d..e9199ed117cd07e29257857460e9ec811bf1aec8 100644 |
--- a/chrome/browser/extensions/webstore_install_helper.cc |
+++ b/chrome/browser/extensions/webstore_install_helper.cc |
@@ -68,6 +68,7 @@ void WebstoreInstallHelper::Start() { |
void WebstoreInstallHelper::StartWorkOnIOThread() { |
CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); |
utility_host_ = new UtilityProcessHost(this, BrowserThread::IO); |
+ utility_host_->set_use_linux_zygote(true); |
utility_host_->StartBatchMode(); |
if (!icon_base64_data_.empty()) |