summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_password__manager_password__reuse__manager__factory.cc
blob: 5800a8f3fd1a58e95b40f241ad69ab1a8c9fb3e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/password_manager/password_reuse_manager_factory.cc.orig	2022-02-28 16:54:41 UTC
+++ chrome/browser/password_manager/password_reuse_manager_factory.cc
@@ -94,7 +94,7 @@ KeyedService* PasswordReuseManagerFactory::BuildServic
 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
 // of lacros-chrome is complete.
 #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
-    BUILDFLAG(IS_CHROMEOS_LACROS)
+    BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
   std::unique_ptr<password_manager::PasswordStoreSigninNotifier> notifier =
       std::make_unique<password_manager::PasswordStoreSigninNotifierImpl>(
           IdentityManagerFactory::GetForProfile(profile));