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

Unified Diff: chrome/service/service_main.cc

Issue 10790114: Merge 145335 - Restored missing broker initialization. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 years, 5 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/service_main.cc
===================================================================
--- chrome/service/service_main.cc (revision 147806)
+++ 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698