diff options
Diffstat (limited to 'devel/electron25/files/patch-chrome_updater_app_app__uninstall.cc')
-rw-r--r-- | devel/electron25/files/patch-chrome_updater_app_app__uninstall.cc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron25/files/patch-chrome_updater_app_app__uninstall.cc b/devel/electron25/files/patch-chrome_updater_app_app__uninstall.cc deleted file mode 100644 index 7ace70fd1f4a..000000000000 --- a/devel/electron25/files/patch-chrome_updater_app_app__uninstall.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- chrome/updater/app/app_uninstall.cc.orig 2023-05-25 00:41:49 UTC -+++ chrome/updater/app/app_uninstall.cc -@@ -39,7 +39,7 @@ - #include "chrome/updater/posix/setup.h" - #endif - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // TODO(crbug.com/1431487): Remove these includes after investigation. - #include "base/ranges/algorithm.h" - #include "url/gurl.h" -@@ -141,7 +141,7 @@ void AppUninstall::UninstallAll(int reason) { - uninstall_data.version = base::Version(kUpdaterVersion); - } - // TODO(crbug.com/1431487): Remove this code after investigation. --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - CHECK(base::ranges::none_of(config_->PingUrl(), [](const GURL& url) { - return url.DomainIs("update.googleapis.com"); - })) << "Attempted to send an uninstall ping to non-local server"; |