summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_updater_installer.cc
blob: 07a35f01a7cd2f9dc91dc8af268fb032876eaefc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/updater/installer.cc.orig	2022-02-28 16:54:41 UTC
+++ chrome/updater/installer.cc
@@ -225,7 +225,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*/,