$OpenBSD: patch-src_3rdparty_chromium_components_autofill_core_common_autofill_payments_features_cc,v 1.1 2021/01/19 06:16:33 rsadowski Exp $

Index: src/3rdparty/chromium/components/autofill/core/common/autofill_payments_features.cc
--- src/3rdparty/chromium/components/autofill/core/common/autofill_payments_features.cc.orig
+++ src/3rdparty/chromium/components/autofill/core/common/autofill_payments_features.cc
@@ -100,7 +100,7 @@ const base::Feature kAutofillUpstreamEditableExpiratio
 };
 
 bool ShouldShowImprovedUserConsentForCreditCardSave() {
-#if defined(OS_WIN) || defined(OS_MACOSX) || \
+#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_BSD) || \
     (defined(OS_LINUX) && !defined(OS_CHROMEOS))
   // The new user consent UI is fully launched on MacOS, Windows and Linux.
   return true;
