diff options
Diffstat (limited to 'devel/electron37/files/patch-chrome_browser_process__singleton__posix.cc')
-rw-r--r-- | devel/electron37/files/patch-chrome_browser_process__singleton__posix.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-chrome_browser_process__singleton__posix.cc b/devel/electron37/files/patch-chrome_browser_process__singleton__posix.cc new file mode 100644 index 000000000000..4d59611ece45 --- /dev/null +++ b/devel/electron37/files/patch-chrome_browser_process__singleton__posix.cc @@ -0,0 +1,11 @@ +--- chrome/browser/process_singleton_posix.cc.orig 2024-10-28 21:05:17 UTC ++++ chrome/browser/process_singleton_posix.cc +@@ -364,7 +364,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); |