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

Unified Diff: ios/chrome/browser/passwords/credential_manager_unittest.mm

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
« no previous file with comments | « ios/chrome/browser/passwords/credential_manager.mm ('k') | sync/protocol/password_specifics.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/passwords/credential_manager_unittest.mm
diff --git a/ios/chrome/browser/passwords/credential_manager_unittest.mm b/ios/chrome/browser/passwords/credential_manager_unittest.mm
index 4b7e97b79bd2f1c0f4da9a15884dd8c9bbd8f428..342b7c9b4d89c4a6211aea17aae61992107a45e6 100644
--- a/ios/chrome/browser/passwords/credential_manager_unittest.mm
+++ b/ios/chrome/browser/passwords/credential_manager_unittest.mm
@@ -61,7 +61,6 @@ autofill::PasswordForm GetTestPasswordForm1(bool zero_click_allowed) {
form.username_value = base::ASCIIToUTF16("foo");
form.password_value = base::ASCIIToUTF16("bar");
form.skip_zero_click = !zero_click_allowed;
- form.ssl_valid = true;
form.type = autofill::PasswordForm::Type::TYPE_API;
return form;
}
@@ -82,7 +81,6 @@ autofill::PasswordForm GetTestPasswordForm2(bool zero_click_allowed) {
form.username_value = base::ASCIIToUTF16("baz");
form.password_value = base::ASCIIToUTF16("bah");
form.skip_zero_click = !zero_click_allowed;
- form.ssl_valid = true;
return form;
}
« no previous file with comments | « ios/chrome/browser/passwords/credential_manager.mm ('k') | sync/protocol/password_specifics.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698