aboutsummaryrefslogtreecommitdiff
path: root/devel/electron23/files/patch-chrome_browser_chrome__content__browser__client.h
blob: 06df7bb2e70be368d06106b5072a6cbbd3d6c2d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/chrome_content_browser_client.h.orig	2023-02-01 18:43:11 UTC
+++ chrome/browser/chrome_content_browser_client.h
@@ -441,7 +441,7 @@ class ChromeContentBrowserClient : public content::Con
   void OverridePageVisibilityState(
       content::RenderFrameHost* render_frame_host,
       content::PageVisibilityState* visibility_state) override;
-#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_MAC)
+#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_BSD)
   void GetAdditionalMappedFilesForChildProcess(
       const base::CommandLine& command_line,
       int child_process_id,