Chromium Code Reviews| Index: webkit/glue/form_field.h |
| diff --git a/webkit/glue/form_field.h b/webkit/glue/form_field.h |
| index c2460916655d7cf7475a274c939b210b7808491f..4c4b242c2def06df1aa57da6336d1acb988b3cf8 100644 |
| --- a/webkit/glue/form_field.h |
| +++ b/webkit/glue/form_field.h |
| @@ -42,6 +42,7 @@ struct FormField { |
| int max_length; |
| bool is_autofilled; |
| std::vector<string16> option_strings; |
| + bool is_text_input; |
|
dhollowa
2011/05/17 16:47:20
This is a derived field, we shouldn't be storing t
|
| }; |
| // So we can compare FormFields with EXPECT_EQ(). |