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 49357dfd144cd21d54bc51d9e14086aad47ad8df..80c565fedf5beb20e643bba62bc81f3b8036c7d6 100644 |
--- a/chrome/common/extensions/chrome_extension_messages.h |
+++ b/chrome/common/extensions/chrome_extension_messages.h |
@@ -74,6 +74,7 @@ IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(ui::AXTreeData) |
IPC_STRUCT_TRAITS_MEMBER(tree_id) |
IPC_STRUCT_TRAITS_MEMBER(parent_tree_id) |
+ IPC_STRUCT_TRAITS_MEMBER(focused_tree_id) |
IPC_STRUCT_TRAITS_MEMBER(url) |
IPC_STRUCT_TRAITS_MEMBER(title) |
IPC_STRUCT_TRAITS_MEMBER(mimetype) |