Chromium Code Reviews| Index: content/app/content_main.cc |
| =================================================================== |
| --- content/app/content_main.cc (revision 113164) |
| +++ content/app/content_main.cc (working copy) |
| @@ -192,7 +192,6 @@ |
| { switches::kRendererProcess, RendererMain }, |
| { switches::kWorkerProcess, WorkerMain }, |
| { switches::kPpapiPluginProcess, PpapiPluginMain }, |
| - { switches::kUtilityProcess, UtilityMain }, |
| }; |
| scoped_ptr<content::ZygoteForkDelegate> zygote_fork_delegate; |