diff options
Diffstat (limited to 'devel/electron39/files/patch-components_sync_service_sync__service__impl.cc')
| -rw-r--r-- | devel/electron39/files/patch-components_sync_service_sync__service__impl.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron39/files/patch-components_sync_service_sync__service__impl.cc b/devel/electron39/files/patch-components_sync_service_sync__service__impl.cc new file mode 100644 index 000000000000..b30d6030b909 --- /dev/null +++ b/devel/electron39/files/patch-components_sync_service_sync__service__impl.cc @@ -0,0 +1,11 @@ +--- components/sync/service/sync_service_impl.cc.orig 2025-10-21 20:19:54 UTC ++++ components/sync/service/sync_service_impl.cc +@@ -1376,7 +1376,7 @@ void SyncServiceImpl::PassphraseTypeChanged(Passphrase + + void SyncServiceImpl::PassphraseTypeChanged(PassphraseType passphrase_type) { + DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_); +-#if !(BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)) ++#if !(BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) + // If kReplaceSyncPromosWithSignInPromos is enabled, new users with custom + // passphrase should have kAutofill disabled upon the initial sign-in. This is + // done to prevent confusion, as addresses are NOT encrypted by the custom |
