| 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;
|
|
|