blob: e5bdc708ec342e68591bedb462cbfca39d1ce197 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/updater/installer.cc.orig 2022-10-29 17:50:56 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*/,
|