aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_utility_utility__blink__platform__with__sandbox__support__impl.h
blob: fbf629fa8aa6cdcc1c2c3db103b4e8e8230ba1f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/utility/utility_blink_platform_with_sandbox_support_impl.h.orig	2023-05-31 08:12:17 UTC
+++ content/utility/utility_blink_platform_with_sandbox_support_impl.h
@@ -33,7 +33,7 @@ class UtilityBlinkPlatformWithSandboxSupportImpl : pub
   blink::WebSandboxSupport* GetSandboxSupport() override;
 
  private:
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD)
   std::unique_ptr<blink::WebSandboxSupport> sandbox_support_;
 #endif
 };