aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_autofill_core_common_autofill__payments__features.cc
blob: 72ac12b0d73e5257535e7bd2809a4d1bca06c5b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/autofill/core/common/autofill_payments_features.cc.orig	2021-07-19 18:45:12 UTC
+++ components/autofill/core/common/autofill_payments_features.cc
@@ -176,7 +176,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