| Index: mojo/shell/child_process_host.cc
|
| diff --git a/mojo/shell/child_process_host.cc b/mojo/shell/child_process_host.cc
|
| index 97c940bace04f0f36d66dc64b64ee2838b65b2f6..5f9dbfdacc05d833daa338c404254695d0747fa9 100644
|
| --- a/mojo/shell/child_process_host.cc
|
| +++ b/mojo/shell/child_process_host.cc
|
| @@ -122,7 +122,6 @@ bool ChildProcessHost::DoLaunch() {
|
|
|
| base::LaunchOptions options;
|
| #if defined(OS_WIN)
|
| - options.start_hidden = true;
|
| options.handles_to_inherit = &handle_passing_info;
|
| #elif defined(OS_POSIX)
|
| options.fds_to_remap = &handle_passing_info;
|
|
|