summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_process_launch.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-base_process_launch.h')
-rw-r--r--www/chromium/files/patch-base_process_launch.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/files/patch-base_process_launch.h b/www/chromium/files/patch-base_process_launch.h
index 4bedd7017e8f..500e4c48250b 100644
--- a/www/chromium/files/patch-base_process_launch.h
+++ b/www/chromium/files/patch-base_process_launch.h
@@ -1,15 +1,15 @@
---- base/process/launch.h.orig 2019-04-30 22:22:28 UTC
+--- base/process/launch.h.orig 2019-06-04 18:55:15 UTC
+++ base/process/launch.h
-@@ -179,7 +179,7 @@ struct BASE_EXPORT LaunchOptions {
- FileHandleMappingVector fds_to_remap;
- #endif // defined(OS_WIN)
+@@ -181,7 +181,7 @@ struct BASE_EXPORT LaunchOptions {
+ bool clear_environment = false;
+ #endif // OS_WIN || OS_POSIX || OS_FUCHSIA
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
// If non-zero, start the process using clone(), using flags as provided.
// Unlike in clone, clone_flags may not contain a custom termination signal
// that is sent to the parent when the child dies. The termination signal will
-@@ -192,7 +192,7 @@ struct BASE_EXPORT LaunchOptions {
+@@ -194,7 +194,7 @@ struct BASE_EXPORT LaunchOptions {
// Sets parent process death signal to SIGKILL.
bool kill_on_parent_death = false;