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

Unified Diff: components/autofill/core/browser/autofill_download_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/browser/autofill_download_unittest.cc
diff --git a/components/autofill/core/browser/autofill_download_unittest.cc b/components/autofill/core/browser/autofill_download_unittest.cc
index 0959541463d69f9b788d4de367698c1acf2c694a..b568e794067faf50b3afeb304a824e35c2274f53 100644
--- a/components/autofill/core/browser/autofill_download_unittest.cc
+++ b/components/autofill/core/browser/autofill_download_unittest.cc
@@ -133,7 +133,6 @@ TEST_F(AutofillDownloadTest, QueryAndUploadTest) {
net::TestURLFetcherFactory factory;
FormData form;
- form.method = ASCIIToUTF16("post");
FormFieldData field;
field.label = ASCIIToUTF16("username");
@@ -344,7 +343,6 @@ TEST_F(AutofillDownloadTest, CacheQueryTest) {
net::TestURLFetcherFactory factory;
FormData form;
- form.method = ASCIIToUTF16("post");
FormFieldData field;
field.form_control_type = "text";

Powered by Google App Engine
This is Rietveld 408576698