Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ecc16 commit f67f84fCopy full SHA for f67f84f
1 file changed
src/shell_content_browser_client.cc
@@ -144,8 +144,9 @@ void ShellContentBrowserClient::AppendExtraCommandLineSwitches(
144
// destory rph immediately. Then the channel error msg is caught by
145
// SuicideOnChannelErrorFilter and the renderer is killed
146
// immediately
147
-
+#if defined(OS_POSIX)
148
command_line->AppendSwitch(switches::kChildCleanExit);
149
+#endif
150
}
151
152
void ShellContentBrowserClient::ResourceDispatcherHostCreated() {
0 commit comments