Index: chrome/common/autofill_messages.h |
diff --git a/chrome/common/autofill_messages.h b/chrome/common/autofill_messages.h |
index 250ae178519139284b175bc8d3755b9d91804701..861f9d4564527a02a899f2dc620e258229348d67 100644 |
--- a/chrome/common/autofill_messages.h |
+++ b/chrome/common/autofill_messages.h |
@@ -23,6 +23,7 @@ IPC_STRUCT_TRAITS_BEGIN(webkit_glue::FormField) |
IPC_STRUCT_TRAITS_MEMBER(max_length) |
IPC_STRUCT_TRAITS_MEMBER(is_autofilled) |
IPC_STRUCT_TRAITS_MEMBER(option_strings) |
+ IPC_STRUCT_TRAITS_MEMBER(is_text_input) |
IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(webkit_glue::FormData) |