$OpenBSD: patch-chrome_updater_installer_cc,v 1.2 2021/04/01 10:24:44 robert Exp $

Index: chrome/updater/installer.cc
--- chrome/updater/installer.cc.orig
+++ chrome/updater/installer.cc
@@ -247,7 +247,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)
 int Installer::RunApplicationInstaller(const base::FilePath& app_installer,
                                        const std::string& arguments) {
   NOTREACHED();
