blob: a566e37327a6edf659d63c5bbf57ca1fcc9b7c2d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/updater/installer.cc.orig 2022-11-30 08:12:58 UTC
+++ chrome/updater/installer.cc
@@ -250,7 +250,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*/,
|