aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-weblayer_app_content__main__delegate__impl.cc
blob: 733a0acf27d1835d2400668f97ca41b334c4b069 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- weblayer/app/content_main_delegate_impl.cc.orig	2020-07-07 21:58:19 UTC
+++ weblayer/app/content_main_delegate_impl.cc
@@ -173,7 +173,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;