| Index: content/browser/zygote_host/zygote_host_impl_linux.cc
|
| diff --git a/content/browser/zygote_host/zygote_host_impl_linux.cc b/content/browser/zygote_host/zygote_host_impl_linux.cc
|
| index c7c48f63546a6c367619f2a8dae42a1011d90762..7a0ea38c3bdd8075d330f6a7636334cffd864eee 100644
|
| --- a/content/browser/zygote_host/zygote_host_impl_linux.cc
|
| +++ b/content/browser/zygote_host/zygote_host_impl_linux.cc
|
| @@ -97,6 +97,7 @@ void ZygoteHostImpl::Init(const std::string& sandbox_cmd) {
|
| // Should this list be obtained from browser_render_process_host.cc?
|
| static const char* kForwardSwitches[] = {
|
| switches::kAllowSandboxDebugging,
|
| + switches::kChildCleanExit,
|
| switches::kLoggingLevel,
|
| switches::kEnableLogging, // Support, e.g., --enable-logging=stderr.
|
| switches::kV,
|
|
|