aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-chrome_browser_custom__handlers_chrome__protocol__handler__registry__delegate.cc
blob: 3271f4e113a9ad8c9037f17cb9485377cd650f52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/custom_handlers/chrome_protocol_handler_registry_delegate.cc.orig	2023-03-30 00:33:42 UTC
+++ chrome/browser/custom_handlers/chrome_protocol_handler_registry_delegate.cc
@@ -68,7 +68,7 @@ void ChromeProtocolHandlerRegistryDelegate::CheckDefau
 // If true default protocol handlers will be removed if the OS level
 // registration for a protocol is no longer Chrome.
 bool ChromeProtocolHandlerRegistryDelegate::ShouldRemoveHandlersNotInOS() {
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
   // We don't do this on Linux as the OS registration there is not reliable,
   // and Chrome OS doesn't have any notion of OS registration.
   // TODO(benwells): When Linux support is more reliable remove this