aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_autofill_core_common_autofill__payments__features.cc
blob: 92bdc3d3b18c3e98508ce4a7a77c5b06067828b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/autofill/core/common/autofill_payments_features.cc.orig	2020-07-07 21:58:14 UTC
+++ components/autofill/core/common/autofill_payments_features.cc
@@ -115,7 +115,7 @@ const base::Feature kAutofillUpstreamEditableExpiratio
 
 bool ShouldShowImprovedUserConsentForCreditCardSave() {
 #if defined(OS_WIN) || defined(OS_MACOSX) || \
-    (defined(OS_LINUX) && !defined(OS_CHROMEOS))
+    (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD)
   // The new user consent UI is fully launched on MacOS, Windows and Linux.
   return true;
 #else