diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-02-24 10:52:51 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-02-24 10:52:51 +0000 |
commit | a31400d152016c35271aa6f676744c02865e6bf4 (patch) | |
tree | 97fd2c7c3e5f479435a4e0f4f48d23817386d0be /www/chromium/files/patch-base_process_process__linux.cc | |
parent | graphics/wxsvg (diff) |
www/chromium: update to 72.0.3626.119 [1]
PR: 234773
Submitted by: cpm [1], Matthias Wolf [1]
Obtained from: https://github.com/cpu82/freebsd-chromium.git
MFH: 2019Q1
Diffstat (limited to 'www/chromium/files/patch-base_process_process__linux.cc')
-rw-r--r-- | www/chromium/files/patch-base_process_process__linux.cc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/chromium/files/patch-base_process_process__linux.cc b/www/chromium/files/patch-base_process_process__linux.cc new file mode 100644 index 000000000000..94c232e5b506 --- /dev/null +++ b/www/chromium/files/patch-base_process_process__linux.cc @@ -0,0 +1,18 @@ +--- base/process/process_linux.cc.orig 2019-02-01 23:15:53.491332000 +0100 ++++ base/process/process_linux.cc 2019-02-01 23:16:56.937810000 +0100 +@@ -88,6 +88,7 @@ + return Time(boot_time + start_offset); + } + ++#if !defined(OS_BSD) + // static + bool Process::CanBackgroundProcesses() { + #if defined(OS_CHROMEOS) +@@ -139,6 +140,7 @@ + DPCHECK(result == 0); + return result == 0; + } ++#endif // !defined(OS_BSD) + + #if defined(OS_CHROMEOS) + bool IsProcessBackgroundedCGroup(const StringPiece& cgroup_contents) { |