| Index: components/password_manager/core/browser/login_database_unittest.cc
|
| diff --git a/components/password_manager/core/browser/login_database_unittest.cc b/components/password_manager/core/browser/login_database_unittest.cc
|
| index 146206dee85e85bb86f94efc202823ed4c4c3132..1a77d26682445694e43ff32757de3ee139738d41 100644
|
| --- a/components/password_manager/core/browser/login_database_unittest.cc
|
| +++ b/components/password_manager/core/browser/login_database_unittest.cc
|
| @@ -257,7 +257,6 @@ TEST_F(LoginDatabaseTest, Logins) {
|
| }
|
|
|
| TEST_F(LoginDatabaseTest, TestPublicSuffixDomainMatching) {
|
| - PSLMatchingHelper::EnablePublicSuffixDomainMatchingForTesting();
|
| std::vector<PasswordForm*> result;
|
|
|
| // Verify the database is empty.
|
| @@ -307,15 +306,12 @@ TEST_F(LoginDatabaseTest, TestPublicSuffixDomainMatching) {
|
| }
|
|
|
| TEST_F(LoginDatabaseTest, TestPublicSuffixDisabledForNonHTMLForms) {
|
| - PSLMatchingHelper::EnablePublicSuffixDomainMatchingForTesting();
|
| -
|
| TestNonHTMLFormPSLMatching(PasswordForm::SCHEME_BASIC);
|
| TestNonHTMLFormPSLMatching(PasswordForm::SCHEME_DIGEST);
|
| TestNonHTMLFormPSLMatching(PasswordForm::SCHEME_OTHER);
|
| }
|
|
|
| TEST_F(LoginDatabaseTest, TestPublicSuffixDomainMatchingShouldMatchingApply) {
|
| - PSLMatchingHelper::EnablePublicSuffixDomainMatchingForTesting();
|
| std::vector<PasswordForm*> result;
|
|
|
| // Verify the database is empty.
|
| @@ -365,7 +361,6 @@ TEST_F(LoginDatabaseTest, TestPublicSuffixDomainMatchingShouldMatchingApply) {
|
| // instead of GetUniqueStatement, since REGEXP is in use. See
|
| // http://crbug.com/248608.
|
| TEST_F(LoginDatabaseTest, TestPublicSuffixDomainMatchingDifferentSites) {
|
| - PSLMatchingHelper::EnablePublicSuffixDomainMatchingForTesting();
|
| std::vector<PasswordForm*> result;
|
|
|
| // Verify the database is empty.
|
| @@ -459,7 +454,6 @@ PasswordForm GetFormWithNewSignonRealm(PasswordForm form,
|
| }
|
|
|
| TEST_F(LoginDatabaseTest, TestPublicSuffixDomainMatchingRegexp) {
|
| - PSLMatchingHelper::EnablePublicSuffixDomainMatchingForTesting();
|
| std::vector<PasswordForm*> result;
|
|
|
| // Verify the database is empty.
|
|
|