summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ipc_ipc__channel__mojo.cc
diff options
context:
space:
mode:
authorCarlos J. Puga Medina <cpm@FreeBSD.org>2019-06-13 22:29:19 +0000
committerCarlos J. Puga Medina <cpm@FreeBSD.org>2019-06-13 22:29:19 +0000
commitfde2530e82500b2a4ba93aae490ec94065d5e4b4 (patch)
tree2eece2a30c0194745eaa06d3023a71737ba26c4b /www/chromium/files/patch-ipc_ipc__channel__mojo.cc
parentparse_plist: Avoid excess fork+exec inside the loop for stripping (mode) lines. (diff)
www/chromium: Update to 75.0.3770.80
Changelog: https://chromium.googlesource.com/chromium/src/+log/74.0.3729.169..75.0.3770.80?pretty=fuller&n=10000 Submitted by: Matthias Wolf <matthias@rheinwolf.de>
Diffstat (limited to 'www/chromium/files/patch-ipc_ipc__channel__mojo.cc')
-rw-r--r--www/chromium/files/patch-ipc_ipc__channel__mojo.cc10
1 files changed, 7 insertions, 3 deletions
diff --git a/www/chromium/files/patch-ipc_ipc__channel__mojo.cc b/www/chromium/files/patch-ipc_ipc__channel__mojo.cc
index 3a90d60689d4..83e7e79932aa 100644
--- a/www/chromium/files/patch-ipc_ipc__channel__mojo.cc
+++ b/www/chromium/files/patch-ipc_ipc__channel__mojo.cc
@@ -1,6 +1,6 @@
---- ipc/ipc_channel_mojo.cc.orig 2019-03-11 22:00:59 UTC
+--- ipc/ipc_channel_mojo.cc.orig 2019-06-04 18:55:25 UTC
+++ ipc/ipc_channel_mojo.cc
-@@ -64,7 +64,7 @@ class MojoChannelFactory : public ChannelFactory {
+@@ -64,10 +64,10 @@ class MojoChannelFactory : public ChannelFactory {
};
base::ProcessId GetSelfPID() {
@@ -8,4 +8,8 @@
+#if defined(OS_LINUX) || defined(OS_BSD)
if (int global_pid = Channel::GetGlobalPid())
return global_pid;
- #endif // OS_LINUX
+-#endif // OS_LINUX
++#endif // OS_LINUX || OS_BSD
+ #if defined(OS_NACL)
+ return -1;
+ #else