aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-content_shell_app_shell__main__delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron13/files/patch-content_shell_app_shell__main__delegate.cc')
-rw-r--r--devel/electron13/files/patch-content_shell_app_shell__main__delegate.cc29
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/electron13/files/patch-content_shell_app_shell__main__delegate.cc b/devel/electron13/files/patch-content_shell_app_shell__main__delegate.cc
deleted file mode 100644
index 4bb184631dc8..000000000000
--- a/devel/electron13/files/patch-content_shell_app_shell__main__delegate.cc
+++ /dev/null
@@ -1,29 +0,0 @@
---- content/shell/app/shell_main_delegate.cc.orig 2021-01-07 00:36:33 UTC
-+++ content/shell/app/shell_main_delegate.cc
-@@ -186,7 +186,7 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit
-
- void ShellMainDelegate::PreSandboxStartup() {
- #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;
-@@ -195,7 +195,7 @@ void ShellMainDelegate::PreSandboxStartup() {
- // Disable platform crash handling and initialize the crash reporter, if
- // requested.
- // TODO(crbug.com/753619): Implement crash reporter integration for Fuchsia.
--#if !defined(OS_FUCHSIA)
-+#if !defined(OS_FUCHSIA) && !defined(OS_BSD)
- if (base::CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kEnableCrashReporter)) {
- std::string process_type =
-@@ -211,7 +211,7 @@ void ShellMainDelegate::PreSandboxStartup() {
- #endif
- }
- }
--#endif // !defined(OS_FUCHSIA)
-+#endif // !defined(OS_FUCHSIA) && !defined(OS_BSD)
-
- crash_reporter::InitializeCrashKeys();
-