$OpenBSD: patch-chrome_updater_installer_cc,v 1.4 2021/10/29 14:49:40 robert Exp $

Index: chrome/updater/installer.cc
--- chrome/updater/installer.cc.orig
+++ chrome/updater/installer.cc
@@ -256,7 +256,7 @@ absl::optional<base::FilePath> 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) {
