aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-weblayer_app_content__main__delegate__impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-weblayer_app_content__main__delegate__impl.cc')
-rw-r--r--www/chromium/files/patch-weblayer_app_content__main__delegate__impl.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/files/patch-weblayer_app_content__main__delegate__impl.cc b/www/chromium/files/patch-weblayer_app_content__main__delegate__impl.cc
index 733a0acf27d1..c8f5664b18aa 100644
--- a/www/chromium/files/patch-weblayer_app_content__main__delegate__impl.cc
+++ b/www/chromium/files/patch-weblayer_app_content__main__delegate__impl.cc
@@ -1,11 +1,11 @@
---- weblayer/app/content_main_delegate_impl.cc.orig 2020-07-07 21:58:19 UTC
+--- weblayer/app/content_main_delegate_impl.cc.orig 2020-11-13 06:37:06 UTC
+++ weblayer/app/content_main_delegate_impl.cc
-@@ -173,7 +173,7 @@ bool ContentMainDelegateImpl::ShouldCreateFeatureList(
- }
+@@ -225,7 +225,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))
+ #if defined(ARCH_CPU_ARM_FAMILY) && \
+- (defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_CHROMEOS))
++ (defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD))
// Create an instance of the CPU class to parse /proc/cpuinfo and cache
// cpu_brand info.
base::CPU cpu_info;