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

Unified Diff: components/autofill/core/common/form_data_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
Index: components/autofill/core/common/form_data_unittest.cc
diff --git a/components/autofill/core/common/form_data_unittest.cc b/components/autofill/core/common/form_data_unittest.cc
index 3e0441266a019dd335e286e746147e4e1c63b29e..73d825696dd188195deb827960344f79ca920251 100644
--- a/components/autofill/core/common/form_data_unittest.cc
+++ b/components/autofill/core/common/form_data_unittest.cc
@@ -13,7 +13,6 @@ namespace autofill {
TEST(FormDataTest, SerializeAndDeserialize) {
FormData data;
data.name = base::ASCIIToUTF16("name");
- data.method = base::ASCIIToUTF16("POST");
data.origin = GURL("origin");
data.action = GURL("action");
data.user_submitted = true;
« no previous file with comments | « components/autofill/core/common/form_data.cc ('k') | components/autofill/core/common/save_password_progress_logger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698