aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_public_common_child__process__host.h
blob: bf91f4c4d0d261f8691f310f1dcf0c5d10fde6f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/public/common/child_process_host.h.orig	2020-02-03 21:52:46 UTC
+++ content/public/common/child_process_host.h
@@ -80,7 +80,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)
     // 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.