blob: 4806e48563b490c9a2bcf735323660c0da5dc08c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/updater/util.cc.orig 2022-06-17 14:20:10 UTC
+++ chrome/updater/util.cc
@@ -261,7 +261,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> GetUpdaterFolderPath(UpdaterScope scope) {
|