$NetBSD$ * Part of patchset to build electron on NetBSD * Based on OpenBSD's chromium patches, and FreeBSD's electron patches --- chrome/updater/app/app_uninstall.cc.orig 2025-02-24 19:59:26.000000000 +0000 +++ chrome/updater/app/app_uninstall.cc @@ -157,7 +157,7 @@ void UninstallInThreadPool(UpdaterScope } 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`.