Index: components/autofill/common/autofill_messages.h |
diff --git a/components/autofill/common/autofill_messages.h b/components/autofill/common/autofill_messages.h |
index d2ff6177fd3ad286401cc0232b12bb8d02d7e09f..d08edb82628a2b36cac6e56c3db0221feeb9adb7 100644 |
--- a/components/autofill/common/autofill_messages.h |
+++ b/components/autofill/common/autofill_messages.h |
@@ -44,6 +44,7 @@ IPC_STRUCT_TRAITS_BEGIN(FormFieldData) |
IPC_STRUCT_TRAITS_MEMBER(is_autofilled) |
IPC_STRUCT_TRAITS_MEMBER(is_checked) |
IPC_STRUCT_TRAITS_MEMBER(is_checkable) |
+ IPC_STRUCT_TRAITS_MEMBER(is_password_field) |
Ilya Sherman
2013/03/15 23:42:35
Why is this needed, given that we already have for
Raman Kakilate
2013/03/18 17:54:00
My bad. Removed.
|
IPC_STRUCT_TRAITS_MEMBER(is_focusable) |
IPC_STRUCT_TRAITS_MEMBER(should_autocomplete) |
IPC_STRUCT_TRAITS_MEMBER(option_values) |