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

Unified Diff: chrome/service/service_main.cc

Issue 10690070: Restored missing broker initialization. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 months 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 | content/common/sandbox_init_win.cc » ('j') | content/common/sandbox_init_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | content/common/sandbox_init_win.cc » ('j') | content/common/sandbox_init_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698