Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(472)

Unified Diff: chrome/browser/component_updater/component_updater_service.cc

Issue 8922011: Convert calls to the utility process in service code to use the zygote on Linux. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/image_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/component_updater/component_updater_service.cc
diff --git a/chrome/browser/component_updater/component_updater_service.cc b/chrome/browser/component_updater/component_updater_service.cc
index feaef13bee544f4ae34fc2126a953d8b83e69b7f..6e2d98d195fe1790910da9bacdc1611cfa981486 100644
--- a/chrome/browser/component_updater/component_updater_service.cc
+++ b/chrome/browser/component_updater/component_updater_service.cc
@@ -594,6 +594,7 @@ void CrxUpdateService::ParseManifest(const std::string& xml) {
UtilityProcessHost* host =
new UtilityProcessHost(new ManifestParserBridge(this),
BrowserThread::UI);
+ host->set_use_linux_zygote(true);
host->Send(new ChromeUtilityMsg_ParseUpdateManifest(xml));
}
}
« no previous file with comments | « no previous file | chrome/browser/image_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698