aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-chrome_browser_process__singleton__posix.cc
blob: c0c63ed10d5be584ec5d4aed902e2c9c21fe629b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/process_singleton_posix.cc.orig	2024-02-27 21:36:00 UTC
+++ chrome/browser/process_singleton_posix.cc
@@ -359,7 +359,7 @@ bool DisplayProfileInUseError(const base::FilePath& lo
   if (g_disable_prompt)
     return g_user_opted_unlock_in_use_profile;
 
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
   std::u16string relaunch_button_text =
       l10n_util::GetStringUTF16(IDS_PROFILE_IN_USE_LINUX_RELAUNCH);
   return ShowProcessSingletonDialog(error, relaunch_button_text);