diff options
author | Matthias Wolf <matthias@rheinwolf.de> | 2021-06-17 11:22:35 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-06-17 11:28:36 +0200 |
commit | 06317815238060a3a7f5911f18a3dd7c95779c83 (patch) | |
tree | 142df5b4e1e27da8f00b667eb5b8656cb0234ec0 /www/chromium/files/patch-base_process_launch.h | |
parent | dns/bundy: Mark as broken on FreeBSD 14. (diff) |
www/chromium: update to 91.0.4472.101
Security: https://vuxml.freebsd.org/freebsd/20b3ab21-c9df-11eb-8558-3065ec8fd3ec.html
Diffstat (limited to 'www/chromium/files/patch-base_process_launch.h')
-rw-r--r-- | www/chromium/files/patch-base_process_launch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chromium/files/patch-base_process_launch.h b/www/chromium/files/patch-base_process_launch.h index f9695cb9f7f7..6c44c2cac20b 100644 --- a/www/chromium/files/patch-base_process_launch.h +++ b/www/chromium/files/patch-base_process_launch.h @@ -1,4 +1,4 @@ ---- base/process/launch.h.orig 2021-04-14 18:40:48 UTC +--- base/process/launch.h.orig 2021-05-12 22:05:40 UTC +++ base/process/launch.h @@ -190,7 +190,7 @@ struct BASE_EXPORT LaunchOptions { bool clear_environment = false; @@ -18,7 +18,7 @@ #if defined(OS_MAC) // Mach ports that will be accessible to the child process. These are not -@@ -418,7 +418,7 @@ BASE_EXPORT void RaiseProcessToHighPriority(); +@@ -415,7 +415,7 @@ BASE_EXPORT void RaiseProcessToHighPriority(); // binary. This should not be called in production/released code. BASE_EXPORT LaunchOptions LaunchOptionsForTest(); |