diff options
author | Matthias Wolf <matthias@rheinwolf.de> | 2021-04-27 16:25:26 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-04-27 16:29:47 +0200 |
commit | be6259aac7b38bb3129be18e4ca60d42078cca3e (patch) | |
tree | c751b3c98ce06f6217fb44fc88ad582a05327926 /www/chromium/files/patch-base_process_launch.h | |
parent | benchmarks/dbs: extend BROKENness to FreeBSD 14 (diff) |
www/chromium: update to 90.0.4430.85
Tested by: Matthias Wolf, rene
MFH: 2021Q2
Security: http://vuxml.freebsd.org/freebsd/cb13a765-a277-11eb-97a0-e09467587c17.html
Diffstat (limited to 'www/chromium/files/patch-base_process_launch.h')
-rw-r--r-- | www/chromium/files/patch-base_process_launch.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-base_process_launch.h b/www/chromium/files/patch-base_process_launch.h index 84f428750a77..f9695cb9f7f7 100644 --- a/www/chromium/files/patch-base_process_launch.h +++ b/www/chromium/files/patch-base_process_launch.h @@ -1,6 +1,6 @@ ---- base/process/launch.h.orig 2021-03-12 23:57:15 UTC +--- base/process/launch.h.orig 2021-04-14 18:40:48 UTC +++ base/process/launch.h -@@ -182,7 +182,7 @@ struct BASE_EXPORT LaunchOptions { +@@ -190,7 +190,7 @@ struct BASE_EXPORT LaunchOptions { bool clear_environment = false; #endif // OS_WIN || OS_POSIX || OS_FUCHSIA @@ -9,7 +9,7 @@ // 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 -@@ -195,7 +195,7 @@ struct BASE_EXPORT LaunchOptions { +@@ -203,7 +203,7 @@ struct BASE_EXPORT LaunchOptions { // Sets parent process death signal to SIGKILL. bool kill_on_parent_death = false; @@ -18,7 +18,7 @@ #if defined(OS_MAC) // Mach ports that will be accessible to the child process. These are not -@@ -410,7 +410,7 @@ BASE_EXPORT void RaiseProcessToHighPriority(); +@@ -418,7 +418,7 @@ BASE_EXPORT void RaiseProcessToHighPriority(); // binary. This should not be called in production/released code. BASE_EXPORT LaunchOptions LaunchOptionsForTest(); |