Chromium Code Reviews| Index: webkit/glue/form_field.h |
| diff --git a/webkit/glue/form_field.h b/webkit/glue/form_field.h |
| index 06cd20253e778912b0dfbe038e0321e6ff339d79..ee215541aa10f70723fa16b302255c650d263001 100644 |
| --- a/webkit/glue/form_field.h |
| +++ b/webkit/glue/form_field.h |
| @@ -31,6 +31,8 @@ struct FormField { |
| string16 autocomplete_type; |
| size_t max_length; |
| bool is_autofilled; |
| + bool is_focusable; |
| + bool autocomplete; |
|
Ilya Sherman
2011/11/17 02:24:37
nit: Perhaps "should_autocomplete"?
csharp
2011/11/18 18:15:10
Done.
|
| // For the HTML snippet |<option value="US">United States</option>|, the |
| // value is "US" and the contents are "United States". |