Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1203)

Unified Diff: chrome/browser/ui/passwords/password_manager_presenter_unittest.cc

Issue 2507493002: Remove LOG spam from password_manager_presenter_unittest.cc (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698