| Index: content/browser/child_process_launcher_helper_linux.cc
|
| diff --git a/content/browser/child_process_launcher_helper_linux.cc b/content/browser/child_process_launcher_helper_linux.cc
|
| index af1a72d894f31afbd1228aa0acf36cd84f11c535..4c2c50d5a6fe50090c3cba9d005234888142c5a5 100644
|
| --- a/content/browser/child_process_launcher_helper_linux.cc
|
| +++ b/content/browser/child_process_launcher_helper_linux.cc
|
| @@ -100,7 +100,6 @@ void ChildProcessLauncherHelper::AfterLaunchOnLauncherThread(
|
| delete options.fds_to_remap;
|
| }
|
|
|
| -// static
|
| base::TerminationStatus ChildProcessLauncherHelper::GetTerminationStatus(
|
| const ChildProcessLauncherHelper::Process& process,
|
| bool known_dead,
|
| @@ -136,7 +135,6 @@ void ChildProcessLauncherHelper::ForceNormalProcessTerminationSync(
|
| }
|
| }
|
|
|
| -// static
|
| void ChildProcessLauncherHelper::SetProcessBackgroundedOnLauncherThread(
|
| base::Process process, bool background) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::PROCESS_LAUNCHER);
|
|
|