| Index: chrome/common/extensions/chrome_extension_messages.h | 
| diff --git a/chrome/common/extensions/chrome_extension_messages.h b/chrome/common/extensions/chrome_extension_messages.h | 
| index e3aaf6f2b35ce18c77cf138e586760c99ac7a43e..c29bbfeef842536368e50d996f6f2c07a5377201 100644 | 
| --- a/chrome/common/extensions/chrome_extension_messages.h | 
| +++ b/chrome/common/extensions/chrome_extension_messages.h | 
| @@ -65,6 +65,7 @@ IPC_STRUCT_TRAITS_BEGIN(ui::AXNodeData) | 
| IPC_STRUCT_TRAITS_MEMBER(float_attributes) | 
| IPC_STRUCT_TRAITS_MEMBER(bool_attributes) | 
| IPC_STRUCT_TRAITS_MEMBER(intlist_attributes) | 
| +  IPC_STRUCT_TRAITS_MEMBER(stringlist_attributes) | 
| IPC_STRUCT_TRAITS_MEMBER(html_attributes) | 
| IPC_STRUCT_TRAITS_MEMBER(child_ids) | 
| IPC_STRUCT_TRAITS_MEMBER(offset_container_id) | 
|  |