--- content/browser/browser_interface_binders.cc.orig 2025-09-11 13:19:19 UTC +++ content/browser/browser_interface_binders.cc @@ -234,7 +234,7 @@ #include "content/browser/xr/webxr_internals/webxr_internals_ui.h" #endif -#if BUILDFLAG(GOOGLE_CHROME_BRANDING) && (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)) +#if BUILDFLAG(GOOGLE_CHROME_BRANDING) && (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) #include "content/public/browser/service_process_host.h" #else #include "content/browser/gpu/gpu_process_host.h" @@ -271,7 +271,7 @@ shape_detection::mojom::ShapeDetectionService* GetShap mojo::Remote> remote; if (!*remote) { -#if BUILDFLAG(GOOGLE_CHROME_BRANDING) && (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)) +#if BUILDFLAG(GOOGLE_CHROME_BRANDING) && (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) ServiceProcessHost::Launch( remote->BindNewPipeAndPassReceiver(), ServiceProcessHost::Options()