$OpenBSD: patch-chrome_updater_installer_cc,v 1.11 2021/11/16 11:28:46 robert Exp $ Index: chrome/updater/installer.cc --- chrome/updater/installer.cc.orig +++ chrome/updater/installer.cc @@ -256,7 +256,7 @@ absl::optional Installer::GetCurrentIn return path->AppendASCII(pv_.GetString()); } -#if defined(OS_LINUX) || defined(OS_CHROMEOS) +#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) Installer::Result Installer::RunApplicationInstaller( const base::FilePath& app_installer, const std::string& arguments) {