aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_public_common_child__process__host.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-content_public_common_child__process__host.h')
-rw-r--r--www/chromium/files/patch-content_public_common_child__process__host.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-content_public_common_child__process__host.h b/www/chromium/files/patch-content_public_common_child__process__host.h
index bf91f4c4d0d2..be7ccfdbe458 100644
--- a/www/chromium/files/patch-content_public_common_child__process__host.h
+++ b/www/chromium/files/patch-content_public_common_child__process__host.h
@@ -1,11 +1,11 @@
---- content/public/common/child_process_host.h.orig 2020-02-03 21:52:46 UTC
+--- content/public/common/child_process_host.h.orig 2020-11-13 06:36:43 UTC
+++ content/public/common/child_process_host.h
-@@ -80,7 +80,7 @@ class CONTENT_EXPORT ChildProcessHost : public IPC::Se
+@@ -81,7 +81,7 @@ class CONTENT_EXPORT ChildProcessHost : public IPC::Se
// No special behavior requested.
CHILD_NORMAL = 0,
--#if defined(OS_LINUX)
-+#if defined(OS_LINUX) || defined(OS_BSD)
+-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
++#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
// Indicates that the child execed after forking may be execced from
// /proc/self/exe rather than using the "real" app path. This prevents
// autoupdate from confusing us if it changes the file out from under us.