summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_updater_installer.cc
blob: c175cd231f616476c1ef83d8d8b1a264964815ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/updater/installer.cc.orig	2022-04-21 18:48:31 UTC
+++ chrome/updater/installer.cc
@@ -228,7 +228,7 @@ absl::optional<base::FilePath> Installer::GetCurrentIn
   return path->AppendASCII(pv_.GetString());
 }
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 Installer::Result Installer::RunApplicationInstaller(
     const base::FilePath& /*app_installer*/,
     const std::string& /*arguments*/,