| Index: content/browser/child_process_launcher_helper_mac.cc
|
| diff --git a/content/browser/child_process_launcher_helper_mac.cc b/content/browser/child_process_launcher_helper_mac.cc
|
| index 0b1d4a6fd334accdde9fcbd47d98a5e37daefaeb..a5202fbe89b45efaeda30dd5d452037d609f44c7 100644
|
| --- a/content/browser/child_process_launcher_helper_mac.cc
|
| +++ b/content/browser/child_process_launcher_helper_mac.cc
|
| @@ -116,7 +116,6 @@ void ChildProcessLauncherHelper::AfterLaunchOnLauncherThread(
|
| broker->GetLock().Release();
|
| }
|
|
|
| -// static
|
| base::TerminationStatus ChildProcessLauncherHelper::GetTerminationStatus(
|
| const ChildProcessLauncherHelper::Process& process,
|
| bool known_dead,
|
| @@ -142,7 +141,6 @@ void ChildProcessLauncherHelper::ForceNormalProcessTerminationSync(
|
| base::EnsureProcessTerminated(std::move(process.process));
|
| }
|
|
|
| -// static
|
| void ChildProcessLauncherHelper::SetProcessBackgroundedOnLauncherThread(
|
| base::Process process, bool background) {
|
| if (process.CanBackgroundProcesses())
|
|
|