blob: b6d6c0d7be9bc7ff191d2ff07f32006d96dbb178 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/updater/installer.cc.orig 2022-05-19 14:06:27 UTC
+++ chrome/updater/installer.cc
@@ -242,7 +242,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*/,
|