xref: /mports/www/chromium/files/patch-content_shell_utility_shell__content__utility__client.cc
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026