summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_web__applications_externally__managed__app__install__task.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-chrome_browser_web__applications_externally__managed__app__install__task.cc')
-rw-r--r--www/chromium/files/patch-chrome_browser_web__applications_externally__managed__app__install__task.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-chrome_browser_web__applications_externally__managed__app__install__task.cc b/www/chromium/files/patch-chrome_browser_web__applications_externally__managed__app__install__task.cc
deleted file mode 100644
index 8a5cd71c584c..000000000000
--- a/www/chromium/files/patch-chrome_browser_web__applications_externally__managed__app__install__task.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- chrome/browser/web_applications/externally_managed_app_install_task.cc.orig 2022-02-28 16:54:41 UTC
-+++ chrome/browser/web_applications/externally_managed_app_install_task.cc
-@@ -363,7 +363,7 @@ void ExternallyManagedAppInstallTask::OnWebAppInstalle
- const WebApp* web_app = registrar_->GetAppById(app_id);
- options.os_hooks[OsHookType::kUninstallationViaOsSettings] =
- web_app->CanUserUninstallWebApp();
--#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || \
-+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) || \
- (BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS_LACROS))
- options.os_hooks[OsHookType::kUrlHandlers] = true;
- #else