aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_autofill_core_browser_autofill__experiments.cc
blob: 097d0570f2e752be26eaa2a9bb97a0a448ac6935 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/autofill/core/browser/autofill_experiments.cc.orig	2020-07-07 21:58:14 UTC
+++ components/autofill/core/browser/autofill_experiments.cc
@@ -226,7 +226,7 @@ bool IsInAutofillSuggestionsDisabledExperiment() {
 }
 
 bool OfferStoreUnmaskedCards(bool is_off_the_record) {
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD)
   // The checkbox can be forced on with a flag, but by default we don't store
   // on Linux due to lack of system keychain integration. See crbug.com/162735
   return base::CommandLine::ForCurrentProcess()->HasSwitch(