Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(945)

Unified Diff: content/common/accessibility_messages.h

Issue 558073002: Hook up guest browser plugins to the accessibility tree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cross_process_iframes_plugins_3
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/accessibility_messages.h
diff --git a/content/common/accessibility_messages.h b/content/common/accessibility_messages.h
index 2be0c7768a80d5de934afb947097a35abe2a503b..d9a3f12e3c0e44617f7e5ac7fe1b8c7cfbe336f2 100644
--- a/content/common/accessibility_messages.h
+++ b/content/common/accessibility_messages.h
@@ -62,6 +62,10 @@ IPC_STRUCT_BEGIN(AccessibilityHostMsg_EventParams)
// iframe.
IPC_STRUCT_MEMBER(FrameIDMap, node_to_frame_routing_id_map)
+ // Mapping from node id to the browser plugin instance id of a child
+ // browser plugin.
+ IPC_STRUCT_MEMBER(FrameIDMap, node_to_browser_plugin_instance_id_map)
+
// Type of event.
IPC_STRUCT_MEMBER(ui::AXEvent, event_type)

Powered by Google App Engine
This is Rietveld 408576698