aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-weblayer_app_content__main__delegate__impl.cc
blob: 53f1981acf44990de01f4994a0a16cd826be84b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- weblayer/app/content_main_delegate_impl.cc.orig	2020-09-08 19:14:28 UTC
+++ weblayer/app/content_main_delegate_impl.cc
@@ -219,7 +219,7 @@ bool ContentMainDelegateImpl::ShouldCreateFeatureList(
 }
 
 void ContentMainDelegateImpl::PreSandboxStartup() {
-#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))
   // Create an instance of the CPU class to parse /proc/cpuinfo and cache
   // cpu_brand info.
   base::CPU cpu_info;