Index: content/public/browser/ax_event_notification_details.h |
diff --git a/content/public/browser/ax_event_notification_details.h b/content/public/browser/ax_event_notification_details.h |
index 809178f3271ed494f885b08030c8d2018b73de3d..d85fe98fed8f625f865e84aaf2c93bc275550526 100644 |
--- a/content/public/browser/ax_event_notification_details.h |
+++ b/content/public/browser/ax_event_notification_details.h |
@@ -19,6 +19,7 @@ struct AXEventNotificationDetails { |
AXEventNotificationDetails(const std::vector<ui::AXNodeData>& nodes, |
ui::AXEvent event_type, |
int id, |
+ int process_id, |
int routing_id); |
~AXEventNotificationDetails(); |
@@ -26,6 +27,7 @@ struct AXEventNotificationDetails { |
std::vector<ui::AXNodeData> nodes; |
ui::AXEvent event_type; |
int id; |
+ int process_id; |
int routing_id; |
}; |