| 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.
|
|
|