aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-weblayer_app_content__main__delegate__impl.cc
blob: 72bafb06a849ea870088875bb7e0192dc58cb9c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- weblayer/app/content_main_delegate_impl.cc.orig	2021-04-14 18:41:39 UTC
+++ weblayer/app/content_main_delegate_impl.cc
@@ -228,8 +228,8 @@ bool ContentMainDelegateImpl::ShouldCreateFeatureList(
 void ContentMainDelegateImpl::PreSandboxStartup() {
 // TODO(crbug.com/1052397): Revisit once build flag switch of lacros-chrome is
 // complete.
-#if defined(ARCH_CPU_ARM_FAMILY) &&              \
-    (defined(OS_ANDROID) || defined(OS_LINUX) || \
+#if defined(ARCH_CPU_ARM_FAMILY) &&                              \
+    (defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_BSD) \
      BUILDFLAG(IS_CHROMEOS_LACROS))
   // Create an instance of the CPU class to parse /proc/cpuinfo and cache
   // cpu_brand info.