blob: aab3c376519480a1aa8cb6580c81ad1858c5f616 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- sandbox/linux/services/init_process_reaper.cc.orig 2025-09-10 13:22:16 UTC
+++ sandbox/linux/services/init_process_reaper.cc
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#if 0
#include "sandbox/linux/services/init_process_reaper.h"
#include <signal.h>
@@ -101,3 +102,4 @@ bool CreateInitProcessReaper(base::OnceClosure post_fo
}
} // namespace sandbox.
+#endif
|