blob: 1325991958bccab130f860bd2a8ff6128778c528 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/updater/util.cc.orig 2022-10-29 17:50:56 UTC
+++ chrome/updater/util.cc
@@ -264,7 +264,7 @@ GURL AppendQueryParameter(const GURL& url,
return url.ReplaceComponents(replacements);
}
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
// TODO(crbug.com/1276188) - implement the functions below.
absl::optional<base::FilePath> GetBaseInstallDirectory(UpdaterScope scope) {
|