Chromium Code Reviews| Index: chrome/service/service_main.cc |
| =================================================================== |
| --- chrome/service/service_main.cc (revision 145177) |
| +++ chrome/service/service_main.cc (working copy) |
| @@ -43,10 +43,6 @@ |
| if (!state->Initialize()) |
| return 0; |
| -#if defined(OS_WIN) |
| - content::InitializeSandbox(parameters.sandbox_info); |
| -#endif // defined(OS_WIN) |
| - |
| ServiceProcess service_process; |
| if (service_process.Initialize(&main_message_loop, |
| parameters.command_line, |