Index: chrome/browser/ui/passwords/password_manager_presenter_unittest.cc |
diff --git a/chrome/browser/ui/passwords/password_manager_presenter_unittest.cc b/chrome/browser/ui/passwords/password_manager_presenter_unittest.cc |
index 61e23cdec4d0137fdb447c5b4fc364e5a604a33d..06291abaf3e07d39a92964d85529956d014e783c 100644 |
--- a/chrome/browser/ui/passwords/password_manager_presenter_unittest.cc |
+++ b/chrome/browser/ui/passwords/password_manager_presenter_unittest.cc |
@@ -329,13 +329,6 @@ TEST_F(PasswordManagerPresenterTest, Sorting_Federations) { |
TEST_F(PasswordManagerPresenterTest, Sorting_SpecialCharacters) { |
// URLs with encoded special characters should not cause crash during sorting. |
- LOG(INFO) << GURL("http://abč.com"); |
- LOG(INFO) << GURL("http://abc.com"); |
- LOG(INFO) << GURL("http://ábc.com"); |
- LOG(INFO) << GURL("http://uoy.com"); |
- LOG(INFO) << GURL("http://üöÿ.com"); |
- LOG(INFO) << GURL("http://zrc.com"); |
- LOG(INFO) << GURL("http://žřč.com"); |
const SortEntry test_cases[] = { |
{"https://xn--bea5m6d.com/", "user_a", "pwd", nullptr, nullptr, 4}, |
{"https://uoy.com/", "user_a", "pwd", nullptr, nullptr, 1}, |