aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_web__applications_os__integration_shortcut__sub__manager.cc
blob: 358621e94919c68fcb9287f01f1b31aabf3ba408 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/web_applications/os_integration/shortcut_sub_manager.cc.orig	2023-10-11 18:22:24 UTC
+++ chrome/browser/web_applications/os_integration/shortcut_sub_manager.cc
@@ -182,7 +182,7 @@ void ShortcutSubManager::Execute(
     return;
   }
 
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD)
   // Protocol handler update detection. Shortcuts need to be updated in this
   // case on Linux & Mac because the shortcut itself includes the protocol
   // handling metadata.