| 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;
|
|
|