aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_updater_installer.cc
blob: b0890ef567bad857e80639e5d53d73ffa80f1a2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/updater/installer.cc.orig	2022-09-24 10:57:32 UTC
+++ chrome/updater/installer.cc
@@ -243,7 +243,7 @@ absl::optional<base::FilePath> Installer::GetCurrentIn
   return path->AppendASCII(pv_.GetString());
 }
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 
 AppInstallerResult RunApplicationInstaller(
     const AppInfo& /*app_info*/,