ports/www/iridium/files/patch-chrome_updater_app_app__uninstall.cc
2025-02-23 07:58:58 +01:00

11 lines
594 B
C++

--- chrome/updater/app/app_uninstall.cc.orig 2025-02-22 18:06:53 UTC
+++ chrome/updater/app/app_uninstall.cc
@@ -157,7 +157,7 @@ void UninstallInThreadPool(UpdaterScope scope,
}
if (int result = UninstallOtherVersions(scope);
result != kErrorOk) {
-#if !BUILDFLAG(IS_LINUX)
+#if !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD)
// TODO(crbug.com/366249606): Ignores the errors when uninstalls
// the other versions, because currently older Linux updater on
// CIPD exits with error `kErrorFailedToDeleteFolder`.