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

Unified Diff: chrome/browser/password_manager/password_store_win_unittest.cc

Issue 2127533003: Remove PasswordForm::ssl_valid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjust //ios Created 4 years, 5 months 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
Index: chrome/browser/password_manager/password_store_win_unittest.cc
diff --git a/chrome/browser/password_manager/password_store_win_unittest.cc b/chrome/browser/password_manager/password_store_win_unittest.cc
index 2185a5e8d5fcc707a7e8b720c0cb8ad006b210e2..4978184825a73fb2908e5a560a663380ac11e614 100644
--- a/chrome/browser/password_manager/password_store_win_unittest.cc
+++ b/chrome/browser/password_manager/password_store_win_unittest.cc
@@ -244,7 +244,6 @@ TEST_F(PasswordStoreWinTest, DISABLED_ConvertIE7Login) {
L"",
L"",
true,
- false,
1,
};
std::unique_ptr<PasswordForm> form =
@@ -263,7 +262,6 @@ TEST_F(PasswordStoreWinTest, DISABLED_ConvertIE7Login) {
L"abcdefgh",
L"abcdefghijkl",
true,
- false,
1,
};
ScopedVector<autofill::PasswordForm> expected_forms;
@@ -294,7 +292,6 @@ TEST_F(PasswordStoreWinTest, OutstandingWDSQueries) {
L"",
L"",
true,
- false,
1,
};
std::unique_ptr<PasswordForm> form =
@@ -350,7 +347,6 @@ TEST_F(PasswordStoreWinTest, DISABLED_MultipleWDSQueriesOnDifferentThreads) {
L"",
L"",
true,
- false,
1,
};
std::unique_ptr<PasswordForm> form =
@@ -367,7 +363,6 @@ TEST_F(PasswordStoreWinTest, DISABLED_MultipleWDSQueriesOnDifferentThreads) {
L"abcdefgh",
L"abcdefghijkl",
true,
- false,
1,
};
ScopedVector<autofill::PasswordForm> expected_forms;
@@ -410,7 +405,6 @@ TEST_F(PasswordStoreWinTest, EmptyLogins) {
L"",
L"",
true,
- false,
1,
};
std::unique_ptr<PasswordForm> form =
« no previous file with comments | « chrome/browser/password_manager/password_store_win.cc ('k') | chrome/browser/password_manager/password_store_x_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698