aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-chrome_browser_web__applications_web__app__install__task.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron13/files/patch-chrome_browser_web__applications_web__app__install__task.cc')
-rw-r--r--devel/electron13/files/patch-chrome_browser_web__applications_web__app__install__task.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron13/files/patch-chrome_browser_web__applications_web__app__install__task.cc b/devel/electron13/files/patch-chrome_browser_web__applications_web__app__install__task.cc
deleted file mode 100644
index 0c590306848a..000000000000
--- a/devel/electron13/files/patch-chrome_browser_web__applications_web__app__install__task.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- chrome/browser/web_applications/web_app_install_task.cc.orig 2021-07-15 19:13:34 UTC
-+++ chrome/browser/web_applications/web_app_install_task.cc
-@@ -861,7 +861,7 @@ void WebAppInstallTask::OnInstallFinalizedCreateShortc
- 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;