aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-components_autofill_core_common_autofill__payments__features.cc
blob: 753c0cd2781807b1c463b8ad7ef9ff247ff476fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/autofill/core/common/autofill_payments_features.cc.orig	2021-04-14 01:08:44 UTC
+++ components/autofill/core/common/autofill_payments_features.cc
@@ -138,7 +138,7 @@ 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) || \
-    (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS))
+    (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || defined(OS_BSD)
   // The new user consent UI is fully launched on MacOS, Windows and Linux.
   return true;
 #else