aboutsummaryrefslogtreecommitdiff
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, 11 insertions, 0 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
new file mode 100644
index 000000000000..586f42d173fc
--- /dev/null
+++ b/www/chromium/files/patch-chrome_browser_web__applications_externally__managed__app__install__task.cc
@@ -0,0 +1,11 @@
+--- chrome/browser/web_applications/externally_managed_app_install_task.cc.orig 2021-07-28 07:47:22 UTC
++++ chrome/browser/web_applications/externally_managed_app_install_task.cc
+@@ -318,7 +318,7 @@ void ExternallyManagedAppInstallTask::OnWebAppInstalle
+ options.os_hooks[OsHookType::kProtocolHandlers] = true;
+ options.os_hooks[OsHookType::kUninstallationViaOsSettings] = true;
+ #if defined(OS_WIN) || defined(OS_MAC) || \
+- (defined(OS_LINUX) && !BUILDFLAG(IS_CHROMEOS_LACROS))
++ (defined(OS_LINUX) && !BUILDFLAG(IS_CHROMEOS_LACROS)) || defined(OS_BSD)
+ options.os_hooks[OsHookType::kUrlHandlers] = true;
+ #else
+ options.os_hooks[OsHookType::kUrlHandlers] = false;