aboutsummaryrefslogtreecommitdiff
path: root/devel/electron23/files/patch-base_files_important__file__writer__cleaner.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron23/files/patch-base_files_important__file__writer__cleaner.cc')
-rw-r--r--devel/electron23/files/patch-base_files_important__file__writer__cleaner.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/electron23/files/patch-base_files_important__file__writer__cleaner.cc b/devel/electron23/files/patch-base_files_important__file__writer__cleaner.cc
deleted file mode 100644
index 80f08d51a819..000000000000
--- a/devel/electron23/files/patch-base_files_important__file__writer__cleaner.cc
+++ /dev/null
@@ -1,12 +0,0 @@
---- base/files/important_file_writer_cleaner.cc.orig 2022-02-28 16:54:41 UTC
-+++ base/files/important_file_writer_cleaner.cc
-@@ -25,7 +25,8 @@ namespace base {
- namespace {
-
- base::Time GetUpperBoundTime() {
--#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_IOS) || BUILDFLAG(IS_FUCHSIA)
-+// needed because of .CreationTime() pledge
-+#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_IOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
- // If process creation time is not available then use instance creation
- // time as the upper-bound for old files. Modification times may be
- // rounded-down to coarse-grained increments, e.g. FAT has 2s granularity,