summaryrefslogtreecommitdiffstats
path: root/mojo
diff options
context:
space:
mode:
Diffstat (limited to 'mojo')
-rw-r--r--mojo/shell/child_process_host.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/mojo/shell/child_process_host.cc b/mojo/shell/child_process_host.cc
index 97c940b..5f9dbfd 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;