| 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 a15e1e986ce8cb4b72abf887ac8d52b7cb027ddf..148fc31a6972a553d18c8c8a428d58c4ba483841 100644
|
| --- a/chrome/common/extensions/chrome_extension_messages.h
|
| +++ b/chrome/common/extensions/chrome_extension_messages.h
|
| @@ -117,6 +117,9 @@ IPC_STRUCT_BEGIN(ExtensionMsg_AccessibilityEventParams)
|
|
|
| // ID of the node that the event applies to.
|
| IPC_STRUCT_MEMBER(int, id)
|
| +
|
| + // The source of this event.
|
| + IPC_STRUCT_MEMBER(ui::AXEventFrom, event_from)
|
| IPC_STRUCT_END()
|
|
|
| IPC_STRUCT_BEGIN(ExtensionMsg_AccessibilityLocationChangeParams)
|
|
|