summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-weblayer_browser_content__browser__client__impl.h
blob: 194921f755f3c1a0ab7cafa90bb4c32865f0506f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- weblayer/browser/content_browser_client_impl.h.orig	2022-02-28 16:54:41 UTC
+++ weblayer/browser/content_browser_client_impl.h
@@ -177,7 +177,7 @@ class ContentBrowserClientImpl : public content::Conte
       override;
 // TODO(crbug.com/1052397): Revisit once build flag switch of lacros-chrome is
 // complete.
-#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_ANDROID)
+#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_ANDROID) || defined(OS_BSD)
   void GetAdditionalMappedFilesForChildProcess(
       const base::CommandLine& command_line,
       int child_process_id,