aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_public_app_content__main__delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-content_public_app_content__main__delegate.cc')
-rw-r--r--www/chromium/files/patch-content_public_app_content__main__delegate.cc17
1 files changed, 0 insertions, 17 deletions
diff --git a/www/chromium/files/patch-content_public_app_content__main__delegate.cc b/www/chromium/files/patch-content_public_app_content__main__delegate.cc
deleted file mode 100644
index 71bb4fc762c8..000000000000
--- a/www/chromium/files/patch-content_public_app_content__main__delegate.cc
+++ /dev/null
@@ -1,17 +0,0 @@
---- content/public/app/content_main_delegate.cc.orig 2021-04-14 18:41:03 UTC
-+++ content/public/app/content_main_delegate.cc
-@@ -24,12 +24,12 @@ int ContentMainDelegate::RunProcess(
- return -1;
- }
-
--#if defined(OS_LINUX) || defined(OS_CHROMEOS)
-+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
-
- void ContentMainDelegate::ZygoteStarting(
- std::vector<std::unique_ptr<ZygoteForkDelegate>>* delegates) {}
-
--#endif // defined(OS_LINUX) || defined(OS_CHROMEOS)
-+#endif // defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
-
- int ContentMainDelegate::TerminateForFatalInitializationError() {
- CHECK(false);