1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "base/process/launch.h"
9 LaunchOptions::LaunchOptions()
13 handles_to_inherit(NULL
),
14 inherit_handles(false),
16 empty_desktop_name(false),
21 force_breakaway_from_job_(false)
24 maximize_rlimits(NULL
),
25 new_process_group(false)
29 #if defined(OS_CHROMEOS)
30 , ctrl_terminal_fd(-1)
32 #endif // !defined(OS_WIN)
36 LaunchOptions::~LaunchOptions() {