$OpenBSD: patch-components_autofill_core_common_autofill_payments_features_cc,v 1.19 2021/11/16 11:28:46 robert Exp $

Index: components/autofill/core/common/autofill_payments_features.cc
--- components/autofill/core/common/autofill_payments_features.cc.orig
+++ components/autofill/core/common/autofill_payments_features.cc
@@ -188,7 +188,7 @@ const base::Feature kAutofillUpstreamAllowAllEmailDoma
 bool ShouldShowImprovedUserConsentForCreditCardSave() {
 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
 // of lacros-chrome is complete.
-#if defined(OS_WIN) || defined(OS_APPLE) || \
+#if defined(OS_WIN) || defined(OS_APPLE) || defined(OS_BSD) || \
     (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS))
   // The new user consent UI is fully launched on MacOS, Windows and Linux.
   return true;
