aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-components_password__manager_core_common_password__manager__features.h
blob: ab14ed4a5471a35aa90d8aed3e0e053c5f1bf110 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/password_manager/core/common/password_manager_features.h.orig	2023-12-23 12:33:28 UTC
+++ components/password_manager/core/common/password_manager_features.h
@@ -19,7 +19,7 @@ namespace password_manager::features {
 // alongside the definition of their values in the .cc file.
 BASE_DECLARE_FEATURE(kEnableOverwritingPlaceholderUsernames);
 
-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 BASE_DECLARE_FEATURE(kForceInitialSyncWhenDecryptionFails);
 #endif
 BASE_DECLARE_FEATURE(kForgotPasswordFormSupport);