aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-weblayer_app_content__main__delegate__impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron12/files/patch-weblayer_app_content__main__delegate__impl.cc')
-rw-r--r--devel/electron12/files/patch-weblayer_app_content__main__delegate__impl.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron12/files/patch-weblayer_app_content__main__delegate__impl.cc b/devel/electron12/files/patch-weblayer_app_content__main__delegate__impl.cc
deleted file mode 100644
index 64ff1effc145..000000000000
--- a/devel/electron12/files/patch-weblayer_app_content__main__delegate__impl.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- weblayer/app/content_main_delegate_impl.cc.orig 2021-04-14 01:09:40 UTC
-+++ weblayer/app/content_main_delegate_impl.cc
-@@ -218,7 +218,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;