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

Unified Diff: content/app/content_main.cc

Issue 8770025: Zygote most of the uses of the utility process on Linux (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 1 month 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
Index: content/app/content_main.cc
diff --git a/content/app/content_main.cc b/content/app/content_main.cc
index 678e96fa3a11b40043aab8cfbe4239c92313d948..82a013639a5de6fc4234d9f3c8b7a149af571962 100644
--- a/content/app/content_main.cc
+++ b/content/app/content_main.cc
@@ -192,6 +192,7 @@ int RunZygote(const content::MainFunctionParams& main_function_params,
{ switches::kRendererProcess, RendererMain },
{ switches::kWorkerProcess, WorkerMain },
{ switches::kPpapiPluginProcess, PpapiPluginMain },
+ { switches::kUtilityProcess, UtilityMain },
};
scoped_ptr<content::ZygoteForkDelegate> zygote_fork_delegate;

Powered by Google App Engine
This is Rietveld 408576698