aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_updater_util.cc
blob: 3a9f249cbdfc6f3eb572b866c7124eb247d4e1ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/updater/util.cc.orig	2022-05-19 14:06:27 UTC
+++ chrome/updater/util.cc
@@ -266,7 +266,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) {