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

Unified Diff: components/password_manager/core/browser/login_database_unittest.cc

Issue 365783002: Autofill: don't require POST method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove method_ member Created 6 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 | « components/autofill/core/common/save_password_progress_logger_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0cb6d8277fb3c50e122816026e9dbd6110975d7d..7697be7e01a8172e5c3ff271938ef09083ad3610 100644
--- a/components/password_manager/core/browser/login_database_unittest.cc
+++ b/components/password_manager/core/browser/login_database_unittest.cc
@@ -134,7 +134,6 @@ TEST_F(LoginDatabaseTest, Logins) {
form.scheme = PasswordForm::SCHEME_HTML;
form.times_used = 1;
form.form_data.name = ASCIIToUTF16("form_name");
- form.form_data.method = ASCIIToUTF16("POST");
form.date_synced = base::Time::Now();
// Add it and make sure it is there and that all the fields were retrieved
« no previous file with comments | « components/autofill/core/common/save_password_progress_logger_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698