aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-content_public_app_content__main__delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron13/files/patch-content_public_app_content__main__delegate.h')
-rw-r--r--devel/electron13/files/patch-content_public_app_content__main__delegate.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron13/files/patch-content_public_app_content__main__delegate.h b/devel/electron13/files/patch-content_public_app_content__main__delegate.h
deleted file mode 100644
index 0574a4e37cb3..000000000000
--- a/devel/electron13/files/patch-content_public_app_content__main__delegate.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- content/public/app/content_main_delegate.h.orig 2021-01-25 11:27:00 UTC
-+++ content/public/app/content_main_delegate.h
-@@ -49,7 +49,7 @@ class CONTENT_EXPORT ContentMainDelegate {
- // Called right before the process exits.
- virtual void ProcessExiting(const std::string& process_type) {}
-
--#if defined(OS_LINUX) || defined(OS_CHROMEOS)
-+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
- // Tells the embedder that the zygote process is starting, and allows it to
- // specify one or more zygote delegates if it wishes by storing them in
- // |*delegates|.
-@@ -58,7 +58,7 @@ class CONTENT_EXPORT ContentMainDelegate {
-
- // Called every time the zygote process forks.
- virtual void ZygoteForked() {}
--#endif // defined(OS_LINUX) || defined(OS_CHROMEOS)
-+#endif // defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
-
- // Fatal errors during initialization are reported by this function, so that
- // the embedder can implement graceful exit by displaying some message and