aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-components_autofill_core_common_autofill__payments__features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron12/files/patch-components_autofill_core_common_autofill__payments__features.cc')
-rw-r--r--devel/electron12/files/patch-components_autofill_core_common_autofill__payments__features.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron12/files/patch-components_autofill_core_common_autofill__payments__features.cc b/devel/electron12/files/patch-components_autofill_core_common_autofill__payments__features.cc
deleted file mode 100644
index 753c0cd27818..000000000000
--- a/devel/electron12/files/patch-components_autofill_core_common_autofill__payments__features.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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