$OpenBSD: patch-chrome_updater_installer_cc,v 1.5 2021/04/16 18:15:06 robert Exp $

Index: chrome/updater/installer.cc
--- chrome/updater/installer.cc.orig
+++ chrome/updater/installer.cc
@@ -243,7 +243,7 @@ base::FilePath Installer::GetCurrentInstallDir() const
   return GetAppInstallDir(app_id_).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) {
