summaryrefslogtreecommitdiffstats
path: root/content/browser/child_process_launcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/child_process_launcher.h')
-rw-r--r--content/browser/child_process_launcher.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/browser/child_process_launcher.h b/content/browser/child_process_launcher.h
index d38c81e..f1f6369 100644
--- a/content/browser/child_process_launcher.h
+++ b/content/browser/child_process_launcher.h
@@ -60,6 +60,10 @@ class ChildProcessLauncher {
// this after the process has started.
void SetProcessBackgrounded(bool background);
+ // Controls whether the child process should be terminated on browser
+ // shutdown.
+ void SetTerminateChildOnShutdown(bool terminate_on_shutdown);
+
private:
class Context;