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

Unified Diff: content/public/renderer/render_frame.h

Issue 2837603002: Content API changes to improve DOM stitching in ThreatDetails code. (Closed)
Patch Set: Use explicitly-sized int types in IPC definition Created 3 years, 7 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/public/browser/render_frame_host.h ('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/public/renderer/render_frame.h
diff --git a/content/public/renderer/render_frame.h b/content/public/renderer/render_frame.h
index adf7d2a787c682a222fef09d1abc5b00d4ad0840..04000922e77ce6950f95e35a19d2372578f6106f 100644
--- a/content/public/renderer/render_frame.h
+++ b/content/public/renderer/render_frame.h
@@ -102,6 +102,11 @@ class CONTENT_EXPORT RenderFrame : public IPC::Listener,
// Visit all live RenderFrames.
static void ForEach(RenderFrameVisitor* visitor);
+ // Returns the routing ID for |web_frame|, whether it is a WebLocalFrame in
+ // this process or a WebRemoteFrame placeholder for a frame in a different
+ // process.
+ static int GetRoutingIdForWebFrame(blink::WebFrame* web_frame);
+
// Returns the RenderView associated with this frame.
virtual RenderView* GetRenderView() = 0;
« no previous file with comments | « content/public/browser/render_frame_host.h ('k') | content/renderer/accessibility/blink_ax_tree_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698