aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_autofill_core_common_autofill__payments__features.cc
blob: cddf5501ef7c2a5ef0bada0c6a2507c6d7a71a02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/autofill/core/common/autofill_payments_features.cc.orig	2024-05-21 18:07:39 UTC
+++ components/autofill/core/common/autofill_payments_features.cc
@@ -272,7 +272,7 @@ BASE_FEATURE(kAutofillEnableVirtualCards,
 bool ShouldShowImprovedUserConsentForCreditCardSave() {
 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
 // of lacros-chrome is complete.
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || \
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_BSD) || \
     (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS))
   // The new user consent UI is fully launched on MacOS, Windows and Linux.
   return true;