blob: 5b91d0f7286cd6248498bb4694a69fec428b3467 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/updater/app/app_uninstall.cc.orig 2024-10-16 21:31:08 UTC
+++ chrome/updater/app/app_uninstall.cc
@@ -161,7 +161,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`.
|