aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-components_password__manager_core_browser_password__manager.cc
blob: 99e341525f90f78d26368c6a1cda8375a512be7d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                                                               
                                                                
                                                               







                                                                              
--- components/password_manager/core/browser/password_manager.cc.orig	2024-05-21 18:07:39 UTC
+++ components/password_manager/core/browser/password_manager.cc
@@ -373,7 +373,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