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

Unified Diff: components/autofill/core/common/form_data.h

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.h
diff --git a/components/autofill/core/common/form_data.h b/components/autofill/core/common/form_data.h
index f52f66d9f4055c017d5c4a3875b271a9d9fd1076..08f57dd2e328e31eb2cbe27fe69444ec431e5e55 100644
--- a/components/autofill/core/common/form_data.h
+++ b/components/autofill/core/common/form_data.h
@@ -28,8 +28,6 @@ struct FormData {
// The name of the form.
base::string16 name;
- // GET or POST.
- base::string16 method;
// The URL (minus query parameters) containing the form.
GURL origin;
// The action target of the form.
« no previous file with comments | « components/autofill/core/common/autofill_data_validation.cc ('k') | components/autofill/core/common/form_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698