aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_after__startup__task__utils.cc
blob: 2c5887ba80341488bebf8d4657164c43f69fa412 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/after_startup_task_utils.cc.orig	2024-03-22 08:19:40 UTC
+++ chrome/browser/after_startup_task_utils.cc
@@ -115,7 +115,7 @@ void SetBrowserStartupIsComplete() {
                        TRACE_EVENT_SCOPE_GLOBAL, "BrowserCount", browser_count);
   GetStartupCompleteFlag().Set();
 #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \
-    BUILDFLAG(IS_CHROMEOS)
+    BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
   // Process::Current().CreationTime() is not available on all platforms.
   const base::Time process_creation_time =
       base::Process::Current().CreationTime();