| 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..b21ab89c635cfba904393f909eddc4da78b4b68a 100644
|
| --- a/chrome/common/extensions/chrome_extension_messages.h
|
| +++ b/chrome/common/extensions/chrome_extension_messages.h
|
| @@ -58,6 +58,7 @@ IPC_STRUCT_TRAITS_BEGIN(ui::AXNodeData)
|
| IPC_STRUCT_TRAITS_MEMBER(id)
|
| IPC_STRUCT_TRAITS_MEMBER(role)
|
| IPC_STRUCT_TRAITS_MEMBER(state)
|
| + IPC_STRUCT_TRAITS_MEMBER(actions)
|
| IPC_STRUCT_TRAITS_MEMBER(location)
|
| IPC_STRUCT_TRAITS_MEMBER(transform)
|
| IPC_STRUCT_TRAITS_MEMBER(string_attributes)
|
|
|