diff options
Diffstat (limited to 'www/chromium/files/patch-chrome_updater_installer.cc')
-rw-r--r-- | www/chromium/files/patch-chrome_updater_installer.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/files/patch-chrome_updater_installer.cc b/www/chromium/files/patch-chrome_updater_installer.cc index c175cd231f61..b6d6c0d7be9b 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-04-21 18:48:31 UTC +--- chrome/updater/installer.cc.orig 2022-05-19 14:06:27 UTC +++ chrome/updater/installer.cc -@@ -228,7 +228,7 @@ absl::optional<base::FilePath> Installer::GetCurrentIn +@@ -242,7 +242,7 @@ absl::optional<base::FilePath> Installer::GetCurrentIn return path->AppendASCII(pv_.GetString()); } -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - Installer::Result Installer::RunApplicationInstaller( - const base::FilePath& /*app_installer*/, - const std::string& /*arguments*/, + + AppInstallerResult RunApplicationInstaller( + const AppInfo& /*app_info*/, |