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

Unified Diff: content/public/browser/render_frame_host.h

Issue 2837603002: Content API changes to improve DOM stitching in ThreatDetails code. (Closed)
Patch Set: Remove unnecessary deps Created 3 years, 8 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/public/browser/render_frame_host.h
diff --git a/content/public/browser/render_frame_host.h b/content/public/browser/render_frame_host.h
index fee89ccb9af5fd8827dbf3c5c97fcea784213afa..c0bbedd354173df75ceecbe027b9d1983961d679 100644
--- a/content/public/browser/render_frame_host.h
+++ b/content/public/browser/render_frame_host.h
@@ -63,6 +63,8 @@ class CONTENT_EXPORT RenderFrameHost : public IPC::Listener,
// Returns a RenderFrameHost given its accessibility tree ID.
static RenderFrameHost* FromAXTreeID(int ax_tree_id);
+ static int LookupOtherFrameTreeNodeId(int process_id, int routing_id);
dmazzoni 2017/04/21 15:48:48 What does "Other" mean in this context? I think a
lpz 2017/05/02 19:36:24 Renamed this function to be more generic. For "ot
dmazzoni 2017/05/05 17:32:28 Every RenderFrameProxyHost has an associated Rende
lpz 2017/05/10 14:21:08 Done.
+
~RenderFrameHost() override {}
// Returns the route id for this frame.

Powered by Google App Engine
This is Rietveld 408576698