summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc
blob: dbcce37ca6dddfbda0a9b355c7920a8be95025a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/webauthn/chrome_authenticator_request_delegate.cc.orig	2022-03-25 21:59:56 UTC
+++ chrome/browser/webauthn/chrome_authenticator_request_delegate.cc
@@ -749,7 +749,7 @@ bool ChromeAuthenticatorRequestDelegate::ShouldPermitC
   // TODO(crbug.com/1052397): Revisit the macro expression once build flag
   // switch of lacros-chrome is complete. If updating this, also update
   // kWebAuthCableServerLink.
-#if BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 
   // caBLEv1 is disabled on these platforms. It never launched on them because
   // it causes problems in bluez. Rather than disabling caBLE completely, which