aboutsummaryrefslogtreecommitdiff
path: root/devel/electron23/files/patch-base_files_important__file__writer__cleaner.cc
blob: 80f08d51a819ab648a1944221140c88720b89dc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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,