1 --- content/shell/utility/shell_content_utility_client.cc.orig 2022-08-31 12:19:35 UTC 2 +++ content/shell/utility/shell_content_utility_client.cc 3 @@ -32,7 +32,7 @@ 4 #include "sandbox/policy/sandbox.h" 5 #include "services/test/echo/echo_service.h" 6 7 -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) 8 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) 9 #include "content/test/sandbox_status_service.h" 10 #endif 11 12 @@ -143,7 +143,7 @@ void ShellContentUtilityClient::ExposeInterfacesToBrow 13 binders->Add<mojom::PowerMonitorTest>( 14 base::BindRepeating(&PowerMonitorTestImpl::MakeSelfOwnedReceiver), 15 base::ThreadTaskRunnerHandle::Get()); 16 -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) 17 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) 18 if (register_sandbox_status_helper_) { 19 binders->Add<content::mojom::SandboxStatusService>( 20 base::BindRepeating( 21