diff options
Diffstat (limited to 'www/chromium/files/patch-chrome_updater_installer.cc')
-rw-r--r-- | www/chromium/files/patch-chrome_updater_installer.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-chrome_updater_installer.cc b/www/chromium/files/patch-chrome_updater_installer.cc index d4901982d112..07a35f01a7cd 100644 --- a/www/chromium/files/patch-chrome_updater_installer.cc +++ b/www/chromium/files/patch-chrome_updater_installer.cc @@ -1,11 +1,11 @@ ---- chrome/updater/installer.cc.orig 2022-02-07 13:39:41 UTC +--- chrome/updater/installer.cc.orig 2022-02-28 16:54:41 UTC +++ chrome/updater/installer.cc -@@ -267,7 +267,7 @@ absl::optional<base::FilePath> Installer::GetCurrentIn +@@ -225,7 +225,7 @@ absl::optional<base::FilePath> Installer::GetCurrentIn return path->AppendASCII(pv_.GetString()); } --#if defined(OS_LINUX) -+#if defined(OS_LINUX) || defined(OS_BSD) +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) Installer::Result Installer::RunApplicationInstaller( const base::FilePath& /*app_installer*/, const std::string& /*arguments*/, |