aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-components_password__manager_core_browser_password__manager.cc
blob: 98273ed63749c7594cd0e7e0f4443cd2b5d852b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/password_manager/core/browser/password_manager.cc.orig	2024-02-21 00:20:41 UTC
+++ components/password_manager/core/browser/password_manager.cc
@@ -363,7 +363,7 @@ void PasswordManager::RegisterProfilePrefs(
   registry->RegisterListPref(prefs::kPasswordManagerPromoCardsList);
 #endif  // BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_IOS)
   registry->RegisterBooleanPref(prefs::kPasswordSharingEnabled, true);
-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   registry->RegisterIntegerPref(prefs::kRelaunchChromeBubbleDismissedCounter,
                                 0);
 #endif