summaryrefslogtreecommitdiff
path: root/www/chromium/patches/patch-ipc_ipc_channel_h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/patches/patch-ipc_ipc_channel_h')
-rw-r--r--www/chromium/patches/patch-ipc_ipc_channel_h12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/chromium/patches/patch-ipc_ipc_channel_h b/www/chromium/patches/patch-ipc_ipc_channel_h
deleted file mode 100644
index b2cb1c5..0000000
--- a/www/chromium/patches/patch-ipc_ipc_channel_h
+++ /dev/null
@@ -1,12 +0,0 @@
1Index: ipc/ipc_channel.h
2--- ipc/ipc_channel.h.orig
3+++ ipc/ipc_channel.h
4@@ -235,7 +235,7 @@ class COMPONENT_EXPORT(IPC) Channel : public Sender {
5 static std::string GenerateUniqueRandomChannelID();
6 #endif
7
8-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
9+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
10 // Sandboxed processes live in a PID namespace, so when sending the IPC hello
11 // message from client to server we need to send the PID from the global
12 // PID namespace.