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

Unified Diff: content/renderer/accessibility/blink_ax_tree_source.h

Issue 558943002: Revert of Cross-process iframe accessibility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
« no previous file with comments | « content/content_tests.gypi ('k') | content/renderer/accessibility/blink_ax_tree_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/accessibility/blink_ax_tree_source.h
diff --git a/content/renderer/accessibility/blink_ax_tree_source.h b/content/renderer/accessibility/blink_ax_tree_source.h
index c58ee81a6e85923c5066fa83a358c6a82e2c6bd1..007df071052f54192146ba5178236b13212c0ab0 100644
--- a/content/renderer/accessibility/blink_ax_tree_source.h
+++ b/content/renderer/accessibility/blink_ax_tree_source.h
@@ -18,12 +18,6 @@
public:
BlinkAXTreeSource(RenderFrameImpl* render_frame);
virtual ~BlinkAXTreeSource();
-
- // Call this to have BlinkAXTreeSource collect a mapping from
- // node ids to the frame routing id for an out-of-process iframe during
- // calls to SerializeNode.
- void CollectChildFrameIdMapping(
- std::map<int32, int>* node_to_frame_routing_id_map);
// Walks up the ancestor chain to see if this is a descendant of the root.
bool IsInTree(blink::WebAXObject node) const;
@@ -48,8 +42,6 @@
private:
RenderFrameImpl* render_frame_;
- std::map<int32, int>* node_to_frame_routing_id_map_;
-
};
} // namespace content
« no previous file with comments | « content/content_tests.gypi ('k') | content/renderer/accessibility/blink_ax_tree_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698