Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 10a1c1aef2f3e228541695eec5b1e1f2f25a7a26..71598159af44ba575aa984c704247ff1754b53d5 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -355,6 +355,9 @@ IPC_STRUCT_BEGIN(ViewHostMsg_TextInputState_Params) |
// The type of input field |
IPC_STRUCT_MEMBER(ui::TextInputType, type) |
+ // The mode of the input field (verbatim, latin-name, etc.) |
+ IPC_STRUCT_MEMBER(int, mode) |
+ |
// The flags of the input field (autocorrect, autocomplete, etc.) |
IPC_STRUCT_MEMBER(int, flags) |