| Index: chrome/browser/extensions/webstore_inline_installer.cc
|
| diff --git a/chrome/browser/extensions/webstore_inline_installer.cc b/chrome/browser/extensions/webstore_inline_installer.cc
|
| index a65936fd96ec7f32766cfdf366422c6d7359c570..6ee0c376470cbefd21897fbe8e7c1bd9b13a35ee 100644
|
| --- a/chrome/browser/extensions/webstore_inline_installer.cc
|
| +++ b/chrome/browser/extensions/webstore_inline_installer.cc
|
| @@ -73,6 +73,9 @@ class SafeWebstoreResponseParser : public UtilityProcessHost::Client {
|
| void StartWorkOnIOThread() {
|
| CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| utility_host_ = new UtilityProcessHost(this, BrowserThread::IO);
|
| +#if defined(OS_LINUX)
|
| + utility_host_->set_should_use_zygote(true);
|
| +#endif
|
| utility_host_->Send(new ChromeUtilityMsg_ParseJSON(webstore_data_));
|
| }
|
|
|
|
|