aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-components_password__manager_core_browser_password__store_login__database__unittest.cc
blob: edc179365e950b17923f750609ec99d47058a666 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/password_manager/core/browser/password_store/login_database_unittest.cc.orig	2024-02-21 00:20:41 UTC
+++ components/password_manager/core/browser/password_store/login_database_unittest.cc
@@ -2106,7 +2106,7 @@ INSTANTIATE_TEST_SUITE_P(MigrationToVCurrent,
                          LoginDatabaseMigrationTestBroken,
                          testing::Values(1, 2, 3, 24));
 
-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_IOS)
+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_IOS) || BUILDFLAG(IS_BSD)
 class LoginDatabaseUndecryptableLoginsTest : public testing::Test {
  protected:
   LoginDatabaseUndecryptableLoginsTest() = default;