blob: f413f68da61729b3920ca2305d9e907e37f2e04e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/browser/webauthn/password_credential_controller.cc.orig 2025-04-22 20:15:27 UTC
+++ chrome/browser/webauthn/password_credential_controller.cc
@@ -46,7 +46,7 @@ std::u16string GetAuthenticationMessage(std::string_vi
}
std::u16string GetAuthenticationMessage(std::string_view rp_id) {
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
return u"";
#else
return l10n_util::GetStringFUTF16(IDS_PASSWORD_MANAGER_FILLING_REAUTH,
|