aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-chrome_browser_after__startup__task__utils.cc
blob: 8d438e44cafa93f619d2c1dc739d69c49c13ca18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/after_startup_task_utils.cc.orig	2025-04-22 20:15:27 UTC
+++ chrome/browser/after_startup_task_utils.cc
@@ -112,7 +112,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();