| Index: content/browser/child_process_launcher.h
|
| ===================================================================
|
| --- content/browser/child_process_launcher.h (revision 86530)
|
| +++ content/browser/child_process_launcher.h (working copy)
|
| @@ -60,10 +60,6 @@
|
| // 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;
|
|
|
|
|