aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-components_password__manager_core_browser_sync_password__sync__bridge.cc
blob: c34a9c91d0455d0446312f35738f0d582cf060fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/password_manager/core/browser/sync/password_sync_bridge.cc.orig	2023-11-01 19:29:05 UTC
+++ components/password_manager/core/browser/sync/password_sync_bridge.cc
@@ -197,7 +197,7 @@ bool ShouldRecoverPasswordsDuringMerge() {
 }
 
 bool ShouldCleanSyncMetadataDuringStartupWhenDecryptionFails() {
-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   return ShouldRecoverPasswordsDuringMerge() &&
          base::FeatureList::IsEnabled(
              features::kForceInitialSyncWhenDecryptionFails);