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

Unified Diff: shell/child_process_host.cc

Issue 1040413003: Shell: Remove the test child stuff. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | « shell/child_process.cc ('k') | shell/child_process_host_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/child_process_host.cc
diff --git a/shell/child_process_host.cc b/shell/child_process_host.cc
index 6d8cf8ae75f5034a8f3822cb5ea79e60737b5e45..4ead9ccba9bd8fa8898ac9e0a90808f82a523e5a 100644
--- a/shell/child_process_host.cc
+++ b/shell/child_process_host.cc
@@ -81,6 +81,8 @@ bool ChildProcessHost::DoLaunch() {
#elif defined(OS_POSIX)
options.fds_to_remap = &handle_passing_info;
#endif
+ DVLOG(2) << "Launching child with command line: "
+ << child_command_line.GetCommandLineString();
child_process_ = base::LaunchProcess(child_command_line, options);
if (!child_process_.IsValid())
return false;
« no previous file with comments | « shell/child_process.cc ('k') | shell/child_process_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698