aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc
blob: de944fd655dc7cc286fe04b450944cade1a2e3e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/webauthn/chrome_authenticator_request_delegate.cc.orig	2022-05-19 14:06:27 UTC
+++ chrome/browser/webauthn/chrome_authenticator_request_delegate.cc
@@ -557,7 +557,7 @@ void ChromeAuthenticatorRequestDelegate::ConfigureCabl
 
   // TODO(crbug.com/1052397): Revisit the macro expression once build flag
   // switch of lacros-chrome is complete.
-#if BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   if (std::any_of(pairings_from_extension.begin(),
                   pairings_from_extension.end(),
                   [](const device::CableDiscoveryData& v) -> bool {