diff options
Diffstat (limited to 'devel/electron33/files/patch-chrome_updater_app_app__uninstall.cc')
-rw-r--r-- | devel/electron33/files/patch-chrome_updater_app_app__uninstall.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-chrome_updater_app_app__uninstall.cc b/devel/electron33/files/patch-chrome_updater_app_app__uninstall.cc deleted file mode 100644 index 5b91d0f7286c..000000000000 --- a/devel/electron33/files/patch-chrome_updater_app_app__uninstall.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- 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`. |