Chromium Code Reviews| Index: webkit/glue/form_field_values.h |
| =================================================================== |
| --- webkit/glue/form_field_values.h (revision 30762) |
| +++ webkit/glue/form_field_values.h (working copy) |
| @@ -26,6 +26,9 @@ |
| // The name of the form. |
| string16 form_name; |
| + // GET or POST. |
| + string16 method; |
| + |
| // The source URL. |
| GURL source_url; |